Skip to content

Commit

Permalink
Test stable Perl versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert committed Aug 10, 2014
1 parent 46d1910 commit a74aa00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: perl
perl:
- "5.19"
- "5.20"
- "5.18"
- "5.16"
- "5.10"
before_install:
cpanm -n Devel::Cover::Report::Coveralls
script:
perl Build.PL && ./Build build && cover -test -report coveralls
perl Build.PL && ./Build build && cover -test -report coveralls

0 comments on commit a74aa00

Please sign in to comment.