We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c423f25 commit 033f086Copy full SHA for 033f086
.travis.yml
@@ -31,7 +31,7 @@ before_install:
31
32
- pwd
33
- ls -lah
34
- - find /source
+ - find /home/travis/
35
36
# Get test scripts
37
- git clone http://github.com/aegir-project/tests.git /home/travis/build/aegir-project/tests
@@ -50,4 +50,4 @@ before_install:
50
script:
51
52
# Tests are included in the docker-compose.yml file in the tests repo.
53
- - sudo docker-compose -f docker-compose-hostmaster.yml run hostmaster --rm
+ - sudo docker-compose -f docker-compose-hostmaster.yml run hostmaster --rm --verbose
0 commit comments