Codebase list libhttp-browserdetect-perl / upstream/3.23+git20191010.520aa12 .travis.yml
upstream/3.23+git20191010.520aa12

Tree @upstream/3.23+git20191010.520aa12 (Download .tar.gz)

.travis.yml @upstream/3.23+git20191010.520aa12raw · history · blame

---
dist: trusty
addons:
  apt:
    packages:
      - aspell
      - aspell-en
language: perl
perl:
  - blead
  - dev
  - "5.30"
  - "5.28"
  - "5.26"
  - "5.24"
  - "5.22"
  - "5.20"
  - "5.18"
  - "5.16"
  - "5.14"
  - "5.12"
  - "5.10"
cache:
  directories:
    - "~/perl5"
matrix:
  allow_failures:
    - env: COVERAGE=1
    - perl: blead
    - perl: dev
  fast_finish: 1
  include:
    - env: COVERAGE=1
      perl: "5.30"
env:
  global:
    - AUTHOR_TESTING=1
    - RELEASE_TESTING=1
before_install:
  - eval $(curl https://travis-perl.github.io/init) --auto --always-upgrade-modules
install:
  - cpanm --notest App::cpm
  - cpm install -g --workers $(test-jobs)
script:
  - prove -lr -j$(test-jobs) t
notifications:
  email:
    on_failure: always
    on_success: always
    recipients:
      - olaf@wundersolutions.com
### __app_cisetup__
# ---
# force_threaded_perls: 0
# perl_caching: 1

### __app_cisetup__