Skip to content

Commit

Permalink
Configure Travis-CI and Coveralls.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert authored and wchristian committed Aug 19, 2015
1 parent 15ecbfd commit 407f2a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: perl
perl:
- "5.21"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.8"
before_install:
cpanm -n Devel::Cover::Report::Coveralls Test::ClassAPI
script:
perl Makefile.PL && make && cover -test -report coveralls

0 comments on commit 407f2a1

Please sign in to comment.