From 033f086f38f27974e2ef071957ed70ccaf4758bf Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Thu, 18 Aug 2016 21:15:01 +0200 Subject: [PATCH] more debug --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ba5afbb..b8fb5eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ before_install: - pwd - ls -lah - - find /source + - find /home/travis/ # Get test scripts - git clone http://github.com/aegir-project/tests.git /home/travis/build/aegir-project/tests @@ -50,4 +50,4 @@ before_install: script: # Tests are included in the docker-compose.yml file in the tests repo. - - sudo docker-compose -f docker-compose-hostmaster.yml run hostmaster --rm + - sudo docker-compose -f docker-compose-hostmaster.yml run hostmaster --rm --verbose