...and tell us what happens on fail
Chris Weyl [Tue, 30 Apr 2013 21:04:33 +0000 (14:04 -0700)]
.travis.yml

index bf002ee..e108854 100644 (file)
@@ -52,7 +52,7 @@ install:
    # author deps -- wish there was a better way
    #- cpanm --metacpan --skip-satisfied CatalystX::LeakChecker Catalyst::Devel Catalyst::Engine::PSGI Starman MooseX::Daemonize
    #- cpanm --metacpan --skip-satisfied Test::Without::Module Test::NoTabs Test::Pod Test::Pod::Coverage Test::Spelling Pod::Coverage::TrustPod
-   - cpanm --metacpan --skip-satisfied --installdeps .
+   - cpanm --metacpan --skip-satisfied --installdeps .  || cat /home/travis/.cpanm/build.log
 
    # we want these for our tests, but not for any others
    - export AUTHOR_TESTING=1