No testing! Testing bad!!!

master
Michael Smith 2013-04-30 15:40:24 -06:00
parent 44b3dbeb00
commit 1cbecda325
1 changed files with 29 additions and 17 deletions

View File

@ -1,20 +1,32 @@
language: perl
perl:
- "5.16"
- "5.14"
- "5.12"
- "5.10"
---
before_install:
# Prevent "Please tell me who you are" errors for certain DZIL configs
- git config --global user.name "TravisCI"
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
- export AUTOMATED_TESTING=1
- export HARNESS_OPTIONS=j10:c
- export HARNESS_TIMER=1
- git config --global user.name "TravisCI"
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
install:
# Deal with all of the DZIL dependancies, quickly and quietly
- cpanm --quiet --notest --skip-satisfied Dist::Zilla
- dzil authordeps | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-satisfied
- export AUTOMATED_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
- dzil listdeps | grep -vP '[^\w:]' | cpanm --verbose
- cpanm --quiet --notest --skip-satisfied Dist::Zilla
- "dzil authordeps | grep -vP '[^\\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-satisfied"
- "dzil listdeps | grep -vP '[^\\w:]' | cpanm --quiet --notest --skip-satisfied"
- cpanm --quiet --notest App::DuckPAN
- duckpan DDG
language: perl
notifications:
email:
- open@duckduckgo.com
irc:
channels:
- irc.freenode.net#duckduckgo
on_failure: always
on_success: change
template:
- '%{branch}#%{build_number} by %{author}: %{message} (%{build_url})'
use_notice: true
perl:
- 5.16
- 5.14
- 5.12
- 5.10
script:
- dzil smoke --release --author
- dzil smoke --release --author