Skip to content

Commit

Permalink
Have Travis add t/lib to @inc
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Apr 25, 2016
1 parent 01252b7 commit e2f1703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -54,7 +54,7 @@ script:
# Devel::Cover isn't in the cpanfile
# but if it's installed into the global dirs this should work.
# NOTE: No '-r' for prove; 't/fakecpan.t' does the recursion for us.
- HARNESS_PERL_SWITCHES=-MDevel::Cover=+ignore,local carton exec prove -lvr t
- HARNESS_PERL_SWITCHES=-MDevel::Cover=+ignore,local carton exec prove -It/lib -lvr t

after_success:
- cover -report coveralls
Expand Down

0 comments on commit e2f1703

Please sign in to comment.