X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=.travis.yml;h=a70dd92aaf4de0456ab588bcd82d7cda35d5b19c;hp=9a04424e55679a1517a411bd8066d9b17571d0a6;hb=cea573d8055680f12b061aa8adcf0b54f576bb7b;hpb=a108569dfb60872eb17edbf5fae4455591b920a3 diff --git a/.travis.yml b/.travis.yml index 9a04424..a70dd92 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 # enable various test options, including parallel testing - export AUTOMATED_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1