.travis.yml 579 B

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