summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2020-04-10 09:14:48 -0400
committerOlaf Alders <olaf@wundersolutions.com>2020-04-10 09:14:48 -0400
commit5f49348b23f1b73577badb7a1ec7be4d5611998a (patch)
tree966000e0c4732d5b052111ec1f9d03c42cb3b3e7
parent98908270613d45c539a6710387f827278f4003d6 (diff)
downloaduri-oalders/travis.tar.gz
Update .travis.ymloalders/travis
-rw-r--r--.travis.yml39
1 files changed, 14 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml
index 0a7e17c..d47103d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,43 +8,34 @@ language: perl
perl:
- blead
- dev
- - '5.28'
- - '5.26'
- - '5.24'
- - '5.22'
- - '5.20'
- - '5.18'
- - '5.16'
- - '5.14'
- - '5.12'
- - '5.10'
+ - "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'
+ - "~/perl5"
matrix:
allow_failures:
- perl: blead
fast_finish: 1
include:
- env: COVERAGE=1
- perl: '5.28'
+ perl: "5.30"
env:
global:
- AUTHOR_TESTING=1
- AUTOMATED_TESTING=1
- RELEASE_TESTING=1
before_install:
- - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- - source ~/travis-perl-helpers/init
- - build-perl
- - perl -V
- - build-dist
- - cd $BUILD_DIR
-install:
- - cpan-install --deps
- - cpan-install --coverage
-before_script:
- - coverage-setup
+ - eval $(curl https://travis-perl.github.io/init) --auto --always-upgrade-modules
script:
- perl Makefile.PL
- make
@@ -53,8 +44,6 @@ script:
- unset AUTHOR_TESTING; unset AUTOMATED_TESTING; unset RELEASE_TESTING
- cpanm --test-only HTTP::Message || ( cat ~/.cpanm/build.log; false )
- cpanm --test-only LWP || ( cat ~/.cpanm/build.log; false )
-after_success:
- - coverage-report
### __app_cisetup__
# ---
# force_threaded_perls: 0