Skip to content

Commit

Permalink
Merge pull request #488 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 29, 2016
2 parents d6573f9 + dbac965 commit 2f37a82
Show file tree
Hide file tree
Showing 2 changed files with 846 additions and 1,188 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
@@ -1,13 +1,6 @@
language: perl
perl:
- "5.22"
- "5.20"
- "5.18"

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

notifications:
email:
Expand All @@ -24,7 +17,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 2f37a82

Please sign in to comment.