From: Graham Knop Date: Mon, 13 Feb 2017 23:43:54 +0000 (-0500) Subject: clean up travis config for distar X-Git-Tag: 5.90116~5^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=cea573d8055680f12b061aa8adcf0b54f576bb7b;hp=807303a1658f895c41417beba24d24ff9b71c194 clean up travis config for distar --- 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