Skip to content

Commit

Permalink
Make all Travis tests verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 2, 2017
1 parent 5b8bfc6 commit e70af63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -39,7 +39,7 @@ before_script:
script:
# Devel::Cover isn't in the cpanfile
# but if it's installed into the global dirs this should work.
- carton exec prove -lr -j$(test-jobs) t
- carton exec prove -lrv -j$(test-jobs) t

after_success:
- coverage-report
Expand Down

0 comments on commit e70af63

Please sign in to comment.