only test build/* branches

This commit is contained in:
2015-04-12 00:49:07 +01:00
parent 960e7e2ce0
commit c4487700c2

View File

@@ -14,12 +14,6 @@ matrix:
- 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
branches:
only:
- /^build/