Skip to content

Commit

Permalink
Merge pull request #17 from tsucchi/update_travis_setting
Browse files Browse the repository at this point in the history
update travis settings
  • Loading branch information
ytnobody committed May 18, 2017
2 parents ccfa434 + a58553c commit e57f326
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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.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 e57f326

Please sign in to comment.