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=c920b6c831268979da48d246100727b600c6a53c;hp=05fa29a63e07909d3abd76f033eeac6d847e98ce;hb=c2eac008b6f566090128f60259a6cc8fee720298;hpb=0739a7ecb8f44518900a7d056d6d2837d553321a diff --git a/.travis.yml b/.travis.yml index 05fa29a..c920b6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,17 +12,8 @@ perl: - "5.8" install: - # for testing - - cpanm --notest --metacpan --skip-satisfied YAML - - # M::I deps - - cpanm --notest --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 --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 Type::Tiny - - cpanm --notest --metacpan --skip-satisfied --installdeps . - - echo y | perl Makefile.PL + - cpanm --notest --metacpan --skip-satisfied --with-develop --installdeps . + - perl Makefile.PL # installing Catalyst::Devel above causes the latest release of # Catalyst::Runtime to be installed, but the version we're testing might