X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=.travis.yml;h=841d9367d82bcca42dfe16405a235916f6ea7790;hp=275b17c5a317ab40e649b870d3f254aa8585c4a6;hb=59b3e4d0df63749ee601113ce44be5b4340be2a8;hpb=66dcda7ed8a56c6cdec0285aa1aab7af4c10616a diff --git a/.travis.yml b/.travis.yml index 275b17c..841d936 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,8 +50,8 @@ script: - cpanm --notest --metacpan --skip-satisfied YAML::Syck # both author deps & reverse deps: - - cpanm --metacpan --skip-satisfied Catalyst::View::TT - - cpanm --metacpan --skip-satisfied Catalyst::Plugin::Authentication + - cpanm --metacpan --skip-satisfied Catalyst::View::TT || ( cat ~/.cpanm/build.log; false ) + - cpanm --metacpan --skip-satisfied Catalyst::Plugin::Authentication || ( cat ~/.cpanm/build.log; false ) # pure reverse deps (call with --test-only): - cpanm --test-only --metacpan -v Catalyst::Devel