Skip to content

Commit

Permalink
add travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed Aug 5, 2013
1 parent 015ec44 commit d004dc0
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.19"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
install:
- cpanm -q --notest Dist::Zilla
- dzil authordeps --missing | cpanm -q --notest
- dzil listdeps --author --missing | cpanm -q --notest
script:
- dzil test --all

0 comments on commit d004dc0

Please sign in to comment.