dist.ini: re-add Dist::Zilla, just in case it's not isntalled by default

master
Zach Thompson 2015-04-10 16:35:41 -06:00
parent 2ae8dfb5c2
commit 81ebb2298e
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ before_install:
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
install:
- npm install -g uglify-js handlebars
- cpanm --quiet --notest Dist::Zilla
- dzil authordeps | grep -ve '^\W' | xargs -n 5 -P 10 cpanm --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org
- dzil listdeps | grep -ve '^\W' | cpanm --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org
language: perl