Skip to content

Commit

Permalink
Update travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
moznion committed Sep 23, 2013
1 parent 7add1ea commit 58c1e2b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
language: perl
perl:
- 5.8
- 5.10
- 5.12
- 5.14
- 5.16

- 5.18
after_success:
- cpanm --quiet --notest --skip-satisfied Devel::Cover::Report::Coveralls
- cover -delete
- perl Build.PL && ./Build build && HARNESS_PERL_SWITCHES="-MDevel::Cover=+ignore,inc" PERL5LIB="lib" prove t/
- cover -report coveralls

0 comments on commit 58c1e2b

Please sign in to comment.