add harness

master
Zach Thompson 2015-11-12 16:58:59 -07:00
parent 68be0dbb82
commit 9cb784c76a
1 changed files with 3 additions and 2 deletions

View File

@ -10,13 +10,14 @@ addons:
apt_packages:
- libmpfr-dev
before_install:
- export HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
- git config --global user.name "Dist Zilla Plugin TravisCI"
- 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 --skip-satisfied --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org
- dzil listdeps | grep -ve '^\W' | cpanm --skip-satisfied --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org
- dzil authordeps | grep -ve '^\W' | xargs -n 5 -P 10 cpanm --skip-installed --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org
- dzil listdeps | grep -ve '^\W' | cpanm --skip-installed --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org
language: perl
perl:
- 5.16