Skip to content

Commit

Permalink
Merge 4d45f72 into 72cdcd2
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhagland committed Jun 24, 2019
2 parents 72cdcd2 + 4d45f72 commit 3b8e9f3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
@@ -1,12 +1,13 @@
language: perl
perl:
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "5.24"
- "5.26"
- "5.28"
- "5.30"

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

script: perl Build.PL && ./Build build && cover -test -report coveralls

0 comments on commit 3b8e9f3

Please sign in to comment.