Skip to content

Commit

Permalink
Re-enable coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Feb 14, 2018
1 parent 013fe4b commit d4af373
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,16 @@ before_install:
install:
- cpanm App::cpm
- cpm install -g --with-develop --with-suggests
- cpan-install --coverage # installs coverage prereqs, if enabled
cache:
directories:
- ~/perl5
before_script:
- coverage-setup
script:
- prove -lr -j$(test-jobs) t
after_success:
- coverage-report
env:
global:
- COVERAGE=1

0 comments on commit d4af373

Please sign in to comment.