X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=.travis.yml;h=bf8c975e22de88579f95e4b871bc818054691600;hp=01c0852b55aae0412fa748256ad159982ed96a9c;hb=44cf095889e0f32e501830b3d3d279667146ea94;hpb=567fc75709363d881b6a5e1b5c26508c5b3432fc diff --git a/.travis.yml b/.travis.yml index 01c0852..bf8c975 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: perl perl: + - "5.18" - "5.16" - "5.14" - "5.12" @@ -32,9 +33,10 @@ install: - cpanm --metacpan --skip-satisfied Module::Install Module::Install::AuthorRequires Module::Install::CheckConflicts Module::Install::AuthorTests Module::Install::Authority # 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 CatalystX::LeakChecker Catalyst::Devel Catalyst::Engine::PSGI Starman MooseX::Daemonize Test::WWW::Mechanize::Catalyst Catalyst::Plugin::Params::Nested - cpanm --metacpan --skip-satisfied Test::Without::Module Test::NoTabs Test::Pod Test::Pod::Coverage Test::Spelling Pod::Coverage::TrustPod - cpanm --metacpan --skip-satisfied --installdeps . + - echo y | perl Makefile.PL # we want these for our tests, but not for any others - export AUTHOR_TESTING=1