diff --git a/.travis.yml b/.travis.yml index d57a604..79531b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,14 +5,14 @@ os: perl: - "5.22-extras" - - "5.20-thr" - - "5.18-thr" - - "5.16-thr" - - "5.14-thr" - - "5.12-thr" + - "5.20-extras" + - "5.18-extras" + - "5.16-extras" + - "5.14-extras" + - "5.12-extras" before_install: - cpanm -n Devel::Cover::Report::Coveralls Test::Script Test::Pod::Spelling::CommonMistakes Test::Portability::Files Test::Most Test::CleanNamespaces Test::NoWarnings + cpanm -n Devel::Cover Devel::Cover::Report::Coveralls Test::Script Test::Pod::Spelling::CommonMistakes Test::Portability::Files Test::Most Test::CleanNamespaces Test::NoWarnings install: - cpanm -v --installdeps --notest .