Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Temporarily disable coverage tests.
This is for the duration of the Perl Toolchain Summit.
  • Loading branch information
oalders committed May 13, 2017
1 parent 635e47b commit 57403c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -57,7 +57,8 @@ before_script:
script:
# Devel::Cover isn't in the cpanfile
# but if it's installed into the global dirs this should work.
- HARNESS_PERL_SWITCHES=-MDevel::Cover=+ignore,local carton exec prove -It/lib -lr -j 2 t
#- HARNESS_PERL_SWITCHES=-MDevel::Cover=+ignore,local carton exec prove -It/lib -lr -j 2 t
- carton exec prove -It/lib -lr -j 2 t

after_success:
- cover -report coveralls
Expand Down

0 comments on commit 57403c9

Please sign in to comment.