diff --git a/.travis.yml b/.travis.yml index 8540f59..5094276 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ script: - docker-compose -p instance1 -f docker-compose-tests.yml ps - WEB_PORT=5007 CONFIG_DIR=./tests/fixtures/instance2/config docker-compose -p instance2 -f docker-compose-tests.yml up -d - docker-compose -p instance2 -f docker-compose-tests.yml ps + - sleep 5 - curl http://localhost:5006 - curl http://localhost:5007 # Integration tests first