X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=aaebe0ca9aa65d2715477af1a93d6cc34e7b153d;hb=6812960c92992af09f1b0c8ff37b5fcab11be24e;hp=867b204f499ce520018346ff1895de7fc955dbdb;hpb=3d8e92c5972b3dbe56250c76b054eee57b76197c;p=catagits%2FCatalyst-Runtime.git diff --git a/.travis.yml b/.travis.yml index 867b204..aaebe0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ install: # we want these for our tests, but not for any others - export AUTHOR_TESTING=1 - export RELEASE_TESTING=1 + - export PERL_AUTOINSTALL=--skip - make manifest @@ -35,6 +36,9 @@ script: # (note: currently skipping DBIC deps for speed) - make install + - export AUTHOR_TESTING=0 + - export RELEASE_TESTING=0 + # pure author deps (of reverse deps): - cpanm --notest --metacpan --skip-satisfied YAML::Syck @@ -50,7 +54,6 @@ script: - cpanm --test-only --metacpan -v Catalyst::Plugin::Session::State::Cookie - cpanm --test-only --metacpan -v Catalyst::Plugin::Static::Simple - cpanm --test-only --metacpan -v Catalyst::Plugin::ConfigLoader - - cpanm --test-only --metacpan -v Catalyst::Plugin::ConfigLoader #- cpanm --test-only --verbose --metacpan Catalyst::Authentication::Credential::HTTP # Still need to figure out why these fail in travis: