From deff3a460ce400da49a60e0f81d5372cc6322b19 Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Mon, 14 Nov 2016 13:20:36 -0500 Subject: [PATCH] Use extras to get threads on Travis --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 .