Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanrogers committed Jun 23, 2016
1 parent f22fcd2 commit 971db00
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .travis.yml
@@ -1,12 +1,22 @@
language: perl
perl:
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "5.24"
- "dev"
- "blead"
env:
- AUTHOR_TESTING=0
matrix:
include:
- perl: 5.22
env: COVERAGE=1
- perl: 5.24
env: COVERAGE=1 AUTHOR_TESTING=0
allow_failures:
- perl: blead # ignore failures for blead perl
sudo: false # faster builds as long as you don't need sudo access
before_install:
- export NO_EDIT_CHANGES=1 AUTHOR_TESTING=0
- git config --global user.email "perl-helpers@travis-ci.com"
- git config --global user.name "Travis Perl Helpers"
- eval $(curl https://travis-perl.github.io/init) --auto

0 comments on commit 971db00

Please sign in to comment.