From 848b8b23a8765d86bab2830c8d65d6b37337d03b Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Thu, 31 May 2018 00:08:00 +0200 Subject: [PATCH] Fix build --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8477299..f613e2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,8 @@ 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 + - curl http://localhost:5006 + - curl http://localhost:5007 # Integration tests first - python -m pytest -v --ignore data -k integration # Federation tests (with two local instances)