fix travis config with Dist-Zilla
This commit is contained in:
29
.travis.yml
29
.travis.yml
@@ -1,8 +1,25 @@
|
||||
sudo: false
|
||||
language: perl
|
||||
perl:
|
||||
- '5.20'
|
||||
- '5.18'
|
||||
- '5.16'
|
||||
- '5.14'
|
||||
- '5.12'
|
||||
- '5.8'
|
||||
- 'blead'
|
||||
- '5.20'
|
||||
- '5.18'
|
||||
- '5.16'
|
||||
- '5.14'
|
||||
- '5.12'
|
||||
- '5.10'
|
||||
- '5.8'
|
||||
matrix:
|
||||
allow_failures:
|
||||
- perl: 'blead'
|
||||
- perl: '5.8'
|
||||
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 | grep -vP '[^\\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest"
|
||||
- "dzil listdeps --author --missing | grep -vP '[^\\w:]' | cpanm --verbose"
|
||||
script:
|
||||
- dzil smoke --release --author
|
||||
|
||||
Reference in New Issue
Block a user