update travis

This commit is contained in:
Cold-Egg
2020-01-28 15:19:16 -05:00
parent 0b2c39a7d4
commit 2e1405e1dd
4 changed files with 62 additions and 4 deletions
+1 -3
View File
@@ -22,7 +22,6 @@ env:
- DOCKER_COMPOSE_VERSION=1.25.0
before_install:
- chmod +x ./.travis/main.sh
- ./.travis/main.sh
install:
@@ -36,8 +35,7 @@ before_script:
- sleep 10
script:
- curl -Ik http://localhost:80/
- curl -Ik http://localhost:443/
- ./.travis/verify.sh
after_success:
- echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin