.travis.yml 678 B

1234567891011121314151617181920212223242526
  1. language: perl
  2. perl:
  3. - 'blead'
  4. - '5.20'
  5. - '5.18'
  6. - '5.16'
  7. - '5.14'
  8. - '5.12'
  9. - '5.10'
  10. matrix:
  11. allow_failures:
  12. - perl: 'blead'
  13. fast_finish: true
  14. before_install:
  15. - export AUTOMATED_TESTING=1 NONINTERACTIVE_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
  16. - git clone git://github.com/haarg/perl-travis-helper
  17. - source perl-travis-helper/init
  18. - build-perl
  19. - perl -V
  20. - git config --global user.name "TravisCI"
  21. - git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
  22. install:
  23. - cpanm --quiet --notest --skip-satisfied Test::Perl::Critic Test::Spelling Test::NoTabs Test::EOL
  24. branches:
  25. only:
  26. - /^build/