-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
.travis.yml
42 lines (34 loc) · 879 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
os: linux
dist: bionic
language: shell
branches:
only:
- master
cache:
apt: true
directories:
- /usr/local/src
before_install:
- rm -rf ~/.gnupg
git:
quiet: true
env:
global:
- MAKEFLAGS="-j 2"
before_script:
- sudo apt-get -qq autoremove --purge
addons:
apt:
update: true
script:
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
- sudo apt-get install -y --force-yes curl wget ccze
- sudo bash nginx-build.sh --travis || exit 1
- sudo bash nginx-build.sh --travis --stable || exit 1
- sudo bash nginx-build.sh --travis --full || exit 1
- sudo bash nginx-build.sh --travis --pagespeed-beta || exit 1
- sudo bash nginx-build.sh --travis --libressl || exit 1
- sudo bash nginx-build.sh --travis --pagespeed-beta || exit 1
- sudo ls -alh /usr/sbin/nginx
- sudo chown -R travis /usr/local/src
- sudo chmod 755 /usr/local/src