update travis

This commit is contained in:
VirtuBox 2019-11-18 13:32:02 +01:00
parent ee3cebc6f3
commit 735db0c8ee
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
1 changed files with 12 additions and 8 deletions

View File

@ -1,7 +1,11 @@
sudo: required
os: linux
dist: bionic
language: bash
language: shell
branches:
only:
- master
cache:
apt: true
@ -27,12 +31,12 @@ addons:
script:
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
- sudo apt-get install -y --force-yes curl wget ccze
- sudo bash nginx-build.sh --travis
- sudo bash nginx-build.sh --travis --stable
- sudo bash nginx-build.sh --travis --full
- sudo bash nginx-build.sh --travis --pagespeed-beta
- sudo bash nginx-build.sh --travis --libressl
- sudo bash nginx-build.sh --travis --pagespeed-beta
- 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