Skip to content

Commit

Permalink
upgrade Perl to 5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed May 27, 2016
1 parent d5ac55f commit 9087ab0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,19 +1,20 @@
language: perl
perl:
- "5.24"
- "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 9087ab0

Please sign in to comment.