bump Moose prereq so we can drop MooseX::Role::WithOverloading
[catagits/Catalyst-Runtime.git] / .travis.yml
index 275b17c..841d936 100644 (file)
@@ -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