Skip to content

Commit

Permalink
Updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 18, 2015
1 parent a577fb4 commit fe4e5e6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
@@ -1,5 +1,12 @@
language: perl
perl:
- "5.18"
- "5.16"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"

before_install:
cpanm -n Devel::Cover::Report::Coveralls
script:
perl Build.PL && ./Build build && cover -test -report coveralls

0 comments on commit fe4e5e6

Please sign in to comment.