Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
add travis ci
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Cushing <xenoterracide@gmail.com>
  • Loading branch information
xenoterracide committed Dec 17, 2013
1 parent 561fee6 commit 1453652
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@
language: perl
perl:
- 5.18
- 5.16
- 5.14
- 5.12
- 5.10
branch:
only:
- master
before_install:
- export AUTOMATED_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
- git config --global user.name "TravisCI"
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
install:
- cpanm --quiet --notest Dist::Zilla
- "dzil authordeps | cpanm --quiet --notest"
- "dzil listdeps | cpanm --verbose"
script:
- dzil smoke --release --author

0 comments on commit 1453652

Please sign in to comment.