Skip to content

Commit

Permalink
travis and coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
vpeil committed Aug 7, 2013
1 parent 2f73638 commit 9703949
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
language: perl
perl:
- "5.19"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
install:
- cpanm --quiet --notest --force --skip-satisfied .
- cpanm --quiet --notest --skip-satisfied Devel::Cover
script:
- perl Build.PL && cover -test
after_success:
- cpanm --quiet --notest --skip-satisfied Devel::Cover::Report::Coveralls
- cover -report coveralls
env: RELEASE_TESTING=1 AUTOMATED_TESTING=1

0 comments on commit 9703949

Please sign in to comment.