provide proper debug output in test if compiling psgi fails
[catagits/Catalyst-Runtime.git] / .travis.yml
index 96e0db6..2f38c5c 100644 (file)
@@ -48,19 +48,21 @@ script:
 
    # pure author deps (of reverse deps):
    - cpanm --notest --metacpan --skip-satisfied YAML::Syck
+   - cpanm --notest --metacpan Carp::Assert::More@1.16
+   - cpanm --notest --metacpan Test::WWW::Mechanize@1.50
 
    # 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 || ( cat ~/.cpanm/build.log; false )
-   - cpanm --test-only --metacpan -v Catalyst::Action::REST || ( cat ~/.cpanm/build.log; false )
-   - cpanm --test-only --metacpan -v Catalyst::Component::InstancePerContext || ( cat ~/.cpanm/build.log; false )
-   - cpanm --test-only --metacpan -v Catalyst::Plugin::Session || ( cat ~/.cpanm/build.log; false )
-   - cpanm --test-only --metacpan -v Catalyst::Plugin::Session::State::Cookie || ( cat ~/.cpanm/build.log; false )
-   - cpanm --test-only --metacpan -v Catalyst::Plugin::Static::Simple || ( cat ~/.cpanm/build.log; false )
-   - cpanm --test-only --metacpan -v Catalyst::Plugin::ConfigLoader || ( cat ~/.cpanm/build.log; false )
+   - cpanm --test-only --metacpan -v Catalyst::Devel
+   - cpanm --test-only --metacpan -v Catalyst::Action::REST
+   - cpanm --test-only --metacpan -v Catalyst::Component::InstancePerContext
+   - cpanm --test-only --metacpan -v Catalyst::Plugin::Session
+   - 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 --verbose --metacpan Catalyst::Authentication::Credential::HTTP
 
    # Still need to figure out why these fail in travis: