Skip to content

Commit

Permalink
Merge pull request #6 from dolmen/enable-Travis-CI
Browse files Browse the repository at this point in the history
Enable travis-ci.org
  • Loading branch information
chromatic committed Apr 7, 2014
2 parents 9ea99fc + c37c4c2 commit 14926b3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
language: perl
perl:
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
# Dist::Zilla::Role::GitConfig requires 5.10+ :(
#- "5.8"
before_install:
- export HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
install:
- cpanm --quiet --notest --skip-satisfied Dist::Zilla
- dzil authordeps | cpanm --quiet --notest --skip-satisfied
- dzil listdeps --author | cpanm --quiet --notest --skip-satisfied
script:
- dzil smoke --release --author

0 comments on commit 14926b3

Please sign in to comment.