From dc1260f56435fb641786fbc443ac71d725a928db Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 30 May 2018 23:13:10 +0200 Subject: [PATCH] Debug CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bdaa9e1..0e06e39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ script: - docker-compose ps - WEB_PORT=5006 CONFIG_DIR=./tests/fixtures/instance1/config docker-compose -p instance1 -f docker-compose-tests.yml up -d - docker-compose -p instance1 -f docker-compose-tests.yml ps + - docker inspect instance1_web_1 - 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 # Integration tests first