Skip to content

Commit

Permalink
Merge pull request #1697 from CPAN-API/mickey/perl_5_22
Browse files Browse the repository at this point in the history
upgrade Perl to 5.22
  • Loading branch information
oalders committed May 27, 2016
2 parents d5ac55f + 34f9682 commit e107bf1
Show file tree
Hide file tree
Showing 2 changed files with 690 additions and 997 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -3,17 +3,17 @@ perl:
- "5.22"
- "5.20"
- "5.18"
- "5.16"

matrix:
allow_failures:
- perl: "5.22"
- perl: "5.20"
- perl: "5.18"

env:
global:
# Carton --deployment only works on the same version of perl
# that the snapshot was built from.
- DEPLOYMENT_PERL_VERSION=5.18
- DEPLOYMENT_PERL_VERSION=5.22

before_install:
- npm install -g less js-beautify
Expand Down

0 comments on commit e107bf1

Please sign in to comment.