.travis.yml 539 B

1234567891011121314
  1. language: perl
  2. perl:
  3. - 5.12
  4. - 5.16
  5. before_install:
  6. - export AUTOMATED_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
  7. - git config --global user.name "TravisCI"
  8. - git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
  9. install:
  10. - cpanm --quiet --notest --skip-satisfied Dist::Zilla
  11. - "dzil authordeps | grep -vP '[^\\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-satisfied"
  12. - "dzil listdeps | grep -vP '[^\\w:]' | cpanm --verbose --skip-satisfied"
  13. script:
  14. - dzil smoke --release --author