This commit is contained in:
Cold-Egg
2019-12-20 15:56:15 -05:00
parent 3442bc5cba
commit 6a7461e3fd
24 changed files with 17 additions and 7 deletions
+8 -1
View File
@@ -1,4 +1,5 @@
language: bash
sudo: 'required'
notifications:
@@ -22,7 +23,13 @@ install:
- docker-compose up -d
before_script:
- curl http://localhost:80/
- docker image ls
- docker ps
- curl -Ik http://localhost:80/
after_script:
- docker-compose stop
- docker-compose rm -f
#after_success:
# - if [[ "$TRAVIS_BRANCH" == "master" ]]; then