2013-04-30 14:40:24 -07:00
|
|
|
---
|
2013-04-25 10:50:41 -07:00
|
|
|
before_install:
|
2013-05-02 14:08:13 -07:00
|
|
|
- export AUTOMATED_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
|
|
|
|
- rm .travis.yml
|
|
|
|
- git config --global user.name "Dist Zilla Plugin TravisCI"
|
2013-04-30 14:40:24 -07:00
|
|
|
- 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"
|
2013-05-02 14:08:13 -07:00
|
|
|
- cpanm --quiet --notest App::DuckPAN
|
2013-04-30 14:40:24 -07:00
|
|
|
- duckpan DDG
|
|
|
|
language: perl
|
|
|
|
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
|