zeroclickinfo-goodies/.travis.yml

33 lines
909 B
YAML
Raw Normal View History

2013-04-30 14:40:24 -07:00
---
2013-04-25 10:50:41 -07:00
before_install:
2013-04-30 14:40:24 -07:00
- 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"
2013-04-25 10:50:41 -07:00
install:
2013-04-30 14:40:24 -07:00
- 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
2013-04-25 10:50:41 -07:00
script:
2013-04-30 14:40:24 -07:00
- dzil smoke --release --author