Skip to content

Commit

Permalink
travis: Run tests with --all to get some more useful output
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Feb 24, 2016
1 parent 4f13792 commit d04af62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ addons:
script:
- cd test
- export PATH="/usr/bin:$PATH" # avoid Travis default ri etc
- ./runCompletion
- ./runInstall
- ./runUnit
- ./runCompletion --all
- ./runInstall --all
- ./runUnit --all

0 comments on commit d04af62

Please sign in to comment.