Skip to content

Commit

Permalink
Use extras to get threads on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 14, 2016
1 parent 76c078e commit deff3a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit deff3a4

Please sign in to comment.