mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
follow travis suggestion
This commit is contained in:
+4
-5
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user