X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=.travis.yml;h=4db74efcaa1661f350819c938435bb3ec8faa72f;hp=a239757645f599a7cffd28d5225994ccdda3a8bf;hb=43b44b3a2ee087f00af6579d3b6ac63f8f645412;hpb=2aa2f26a0358597acc55fff7c8e79547ce3da26a diff --git a/.travis.yml b/.travis.yml index a239757..4db74ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: perl +sudo: false perl: - "5.20" - "5.18" @@ -17,7 +18,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