follow travis suggestion

This commit is contained in:
Cold-Egg
2020-02-26 11:50:31 -05:00
parent ffc7c5fdbe
commit 356b2b33b8
+4 -5
View File
@@ -1,6 +1,5 @@
language: bash language: shell
os: linux
sudo: 'required'
notifications: notifications:
email: email:
@@ -22,7 +21,7 @@ env:
- DOCKER_COMPOSE_VERSION=1.25.0 - DOCKER_COMPOSE_VERSION=1.25.0
before_install: before_install:
- ./.travis/main.sh - bash .travis/main.sh
install: install:
- git clone https://github.com/litespeedtech/ols-docker-env.git - git clone https://github.com/litespeedtech/ols-docker-env.git
@@ -33,7 +32,7 @@ before_script:
- sleep 10 - sleep 10
script: script:
- ./.travis/verify.sh - bash .travis/verify.sh
after_script: after_script:
- docker-compose stop - docker-compose stop