X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=6d24afa9750a5c1b2c4a87f7cd6f66bc8307e854;hp=8519c613e3ce00480b8253f0d1e09c84079fda15;hb=dc63d4cf338565ef93f25d52202f84d2ca3da932;hpb=1d285816f88ccd8b81e733565ca4363140b75ec8 diff --git a/.travis.yml b/.travis.yml index 8519c61..6d24afa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,14 +49,14 @@ script: - cpanm --metacpan --skip-satisfied Catalyst::Plugin::Authentication # pure reverse deps (call with --test-only): - - cpanm --test-only --metacpan Catalyst::Devel - - cpanm --test-only --metacpan Catalyst::Action::REST - - cpanm --test-only --metacpan Catalyst::Component::InstancePerContext - - cpanm --test-only --metacpan Catalyst::Plugin::Session - - cpanm --test-only --metacpan Catalyst::Plugin::Session::State::Cookie - - cpanm --test-only --verbose --metacpan Catalyst::Plugin::Static::Simple - - cpanm --test-only --metacpan Catalyst::Plugin::ConfigLoader - - cpanm --test-only --metacpan Catalyst::Plugin::ConfigLoader + - 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 --metacpan -v Catalyst::Plugin::ConfigLoader #- cpanm --test-only --verbose --metacpan Catalyst::Authentication::Credential::HTTP # Still need to figure out why these fail in travis: