X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=bf36ae1a89fdff775eec3e9b7c380ccc1a1638ef;hb=6c654749145f96f1c06f089ab898c6da985a284a;hp=4a70836ecf1bc2d4ccbf1dde1f454b0ad2e43135;hpb=117c7476fb9f905a4e3d7deb67191dce7f38af3b;p=p5sagit%2FSub-Name.git diff --git a/.travis.yml b/.travis.yml index 4a70836..bf36ae1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,52 +6,61 @@ addons: language: perl perl: - "blead" # builds perl from git - - "blead-thr" - - "dev" # latest point release - - "dev-thr" - - "5.30" - - "5.30-thr" - - "5.28" - - "5.28-thr" - - "5.26" - - "5.26-thr" - - "5.24" - - "5.24-thr" - - "5.22" - - "5.22-thr" - - "5.20" - - "5.20-thr" - - "5.18" - - "5.18-thr" - - "5.16" - - "5.16-thr" - - "5.14" - - "5.14-thr" - - "5.12" - - "5.12-thr" - - "5.10" - - "5.10-thr" - - "5.8" - - "5.8-thr" +# - "blead-thr" +# - "dev" # latest point release +# - "dev-thr" +# - "5.30" +# - "5.30-thr" +# - "5.28" +# - "5.28-thr" +# - "5.26" +# - "5.26-thr" +# - "5.24" +# - "5.24-thr" +# - "5.22" +# - "5.22-thr" +# - "5.20" +# - "5.20-thr" +# - "5.18" +# - "5.18-thr" +# - "5.16" +# - "5.16-thr" +# - "5.14" +# - "5.14-thr" +# - "5.12" +# - "5.12-thr" +# - "5.10" +# - "5.10-thr" +# - "5.8" +# - "5.8-thr" matrix: allow_failures: - perl: blead - - perl: blead-thr +# - perl: blead-thr fast_finish: 1 include: # 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: - - perl -MScalar::Util -e'print qq{Scalar::Util is at version $Scalar::Util::VERSION\n}' + - 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