Skip to content

Commit

Permalink
Be more verbose when running tests to try to keep travis from thinkin…
Browse files Browse the repository at this point in the history
…g something died.
  • Loading branch information
Jim Fulton committed Jun 1, 2016
1 parent fbbd965 commit 47a1ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ install:
- python bootstrap.py
- bin/buildout
script:
- bin/test -v1 -j99
- bin/test -vvv1 -j99
notifications:
email: false

0 comments on commit 47a1ab4

Please sign in to comment.