Skip to content

Commit

Permalink
Merge pull request #1 from Jayceh/travis
Browse files Browse the repository at this point in the history
Travis
  • Loading branch information
neilb committed Jun 23, 2016
2 parents d9f5065 + dfb4c1c commit d3eccb7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
@@ -0,0 +1,22 @@
sudo: false
language: perl
perl:
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
# - "5.24" ## still not built in travis environment
matrix:
fast_finish: true
before_install:
- git config --global user.name "TravisCI"
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
install:
- cpanm --quiet --notest --skip-satisfied Dist::Zilla
- "dzil authordeps --missing | cpanm --quiet --notest"
- "dzil listdeps --author --missing | cpanm --verbose"
script:
- dzil smoke --release --author

0 comments on commit d3eccb7

Please sign in to comment.