Skip to content

Commit

Permalink
update travis settings
Browse files Browse the repository at this point in the history
- using newer perls
- install modules using --with-develop option
  • Loading branch information
tsucchi committed May 18, 2017
1 parent 710484e commit de2d948
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: perl
perl:
- 5.12
- 5.14
- 5.16
- 5.18
- 5.20
- 5.22
- 5.24

before_script:
- cpanm --quiet --notest --skip-satisfied Devel::Cover::Report::Coveralls
- cpanm --quiet --notest --with-develop --installdeps .
- cover -delete

script:
Expand Down

0 comments on commit de2d948

Please sign in to comment.