1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Test "production" container on Travis

This commit is contained in:
Anatoli Babenia
2020-11-12 12:48:02 +03:00
parent 0df9db4221
commit 80014fa037
+3 -2
View File
@@ -6,11 +6,12 @@ language:
before_install:
- docker-compose build
- docker images
- docker-compose -f docker-compose.yml -f docker-compose.debug.yml up -d
- docker-compose -f docker-compose.yml up -d
#- docker-compose -f docker-compose.yml -f docker-compose.debug.yml up -d
- docker-compose ps
script:
# wait for the server to load
- wget --timeout 3 --tries=5 --spider localhost:8002 2>&1 | grep -i http
- docker-compose logs --no-color
- docker logs chtsh
- CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh