From adf4af14261cfd7654b81426e7fe3f896214bcb4 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Fri, 10 Apr 2020 09:14:48 -0400 Subject: Update .travis.yml --- .travis.yml | 39 ++++++++++++++------------------------- 1 file 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 -- cgit v1.2.1