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 f0e0ff0 commit 0ab5d84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,13 +1,14 @@
language: perl
perl:
- "5.24"
- "5.22"
- "5.20"

This comment has been minimized.

Copy link
@oalders

oalders May 27, 2016

Member

We can delete all Perls < 5.22 from the matrix, since we expect that anyone who deploys the this repo will be doing it via puppet.

- "5.18"

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

notifications:
email:
Expand All @@ -24,7 +25,7 @@ env:
- ES=localhost:9200
# 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

# Instantiate Catalyst models using metacpan_server_testing.conf
- METACPAN_SERVER_CONFIG_LOCAL_SUFFIX=testing
Expand Down

0 comments on commit 0ab5d84

Please sign in to comment.