X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=.travis.yml;h=9a04424e55679a1517a411bd8066d9b17571d0a6;hp=a239757645f599a7cffd28d5225994ccdda3a8bf;hb=a108569dfb60872eb17edbf5fae4455591b920a3;hpb=2aa2f26a0358597acc55fff7c8e79547ce3da26a diff --git a/.travis.yml b/.travis.yml index a239757..9a04424 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: perl +sudo: false perl: + - "5.24" + - "5.22" - "5.20" - "5.18" - "5.16" @@ -17,7 +20,7 @@ install: # author deps -- wish there was a better way - cpanm --notest --metacpan --skip-satisfied CatalystX::LeakChecker Catalyst::Devel Catalyst::Engine::PSGI Starman MooseX::Daemonize Test::WWW::Mechanize::Catalyst Catalyst::Plugin::Params::Nested - - cpanm --notest --metacpan --skip-satisfied Test::Without::Module Test::NoTabs Test::Pod Test::Pod::Coverage Test::Spelling Pod::Coverage::TrustPod + - cpanm --notest --metacpan --skip-satisfied Test::Without::Module Test::NoTabs Test::Pod Test::Pod::Coverage Test::Spelling Pod::Coverage::TrustPod Type::Tiny - cpanm --notest --metacpan --skip-satisfied --installdeps . - echo y | perl Makefile.PL @@ -50,8 +53,10 @@ script: - 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 --metacpan Catalyst::Plugin::Static::Simple + - 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 Catalyst::Authentication::Credential::HTTP # Still need to figure out why these fail in travis: #- cpanm --test-only --metacpan -v Catalyst::View::Email