X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=1a6802e117acb5ec81a8a66df0acef23473b74c8;hb=1dcc542a6c63936c601b2620a74fd97cc9e8dd80;hp=bf36ae1a89fdff775eec3e9b7c380ccc1a1638ef;hpb=6c654749145f96f1c06f089ab898c6da985a284a;p=p5sagit%2FSub-Name.git 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