Skip to content

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Aug 11, 2017
1 parent 84b8cda commit 917b9bc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: perl
perl:
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"

before_install:
cpanm -n Devel::Cover::Report::Coveralls
script:
perl Makefile.PL && make && cover -test -report coveralls

0 comments on commit 917b9bc

Please sign in to comment.