diff --git a/.travis.yml b/.travis.yml index 8d0b7c7..6acb520 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/