From c53913aa121958296324279a43fef59848c2c087 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 30 May 2018 23:09:45 +0200 Subject: [PATCH] Debug CI --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3f7aa0..bdaa9e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ script: # Integration tests first - python -m pytest -v --ignore data -k integration # Federation tests (with two local instances) - - ls -lR /app + - pwd + - ls -lR . - python -m pytest -v -s --ignore data -k federation - docker logs instance1_web_1