Codebase list libhttp-browserdetect-perl / v1.52 .travis.yml
v1.52

Tree @v1.52 (Download .tar.gz)

.travis.yml @v1.52raw · history · blame

language: perl
perl:
  - "5.14"
  - "5.12"
  - "5.10"
install:
  - cpanm English Exporter File::Slurp FindBin JSON::PP Test::More Test::Most Test::FailWarnings
script:
  - "prove -lr t"
notifications:
  email:
    recipients:
      - olaf@wundersolutions.com
    on_success: always
    on_failure: always