only test build/* branches
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -14,12 +14,6 @@ matrix:
|
|||||||
- perl: 'blead'
|
- perl: 'blead'
|
||||||
- perl: '5.8'
|
- perl: '5.8'
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
before_install:
|
branches:
|
||||||
- git config --global user.name "TravisCI"
|
only:
|
||||||
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
|
- /^build/
|
||||||
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