From: Karen Etheridge Date: Tue, 8 Oct 2019 17:27:06 +0000 (-0700) Subject: moretest X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSub-Name.git;a=commitdiff_plain;h=1dcc542a6c63936c601b2620a74fd97cc9e8dd80 moretest --- diff --git a/.travis.yml b/.travis.yml index bf36ae1..1a6802e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,27 +42,19 @@ matrix: # modules required for author testing do not build on 5.6 - perl: "5.6.2" env: AUTHOR_TESTING=0 - before_install: - - perl -MScalar::Util -e'print qq{Scalar::Util is at version $Scalar::Util::VERSION\n}' - - perl -M5.008 -e1 2>/dev/null || cpan-install Scalar::Util@1.52 - - perl -MScalar::Util -e'print qq{Scalar::Util is at version $Scalar::Util::VERSION\n}' - perl: "5.6.2-thr" env: AUTHOR_TESTING=0 - before_install: - - perl -MScalar::Util -e'print qq{Scalar::Util is at version $Scalar::Util::VERSION\n}' - - perl -M5.008 -e1 2>/dev/null || cpan-install Scalar::Util@1.52 - - perl -MScalar::Util -e'print qq{Scalar::Util is at version $Scalar::Util::VERSION\n}' env: global: - AUTHOR_TESTING=1 - AUTOMATED_TESTING=1 - RELEASE_TESTING=0 before_install: + - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers + - source ~/travis-perl-helpers/init - perl -MScalar::Util -e'print qq{global -- Scalar::Util is at version $Scalar::Util::VERSION\n}' - perl -M5.008 -e1 2>/dev/null || cpan-install Scalar::Util@1.52 - perl -MScalar::Util -e'print qq{global -- Scalar::Util is at version $Scalar::Util::VERSION\n}' - - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers - - source ~/travis-perl-helpers/init - build-perl - perl -V - build-dist