Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1584 from CPAN-API/travis-upgrade
Use containers and build caching on travis
  • Loading branch information
oalders committed Aug 25, 2015
2 parents 4102fbf + 42178f5 commit 972140b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
@@ -1,12 +1,13 @@
language: perl
perl:
# as of 2015-08-23 travis doesn't have 5.22
- "5.20"
- "5.18"
- "5.16"

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

env:
global:
Expand Down Expand Up @@ -42,3 +43,9 @@ notifications:
on_success: change
on_failure: always
irc: "irc.perl.org#metacpan-travis"

# Use newer travis infrastructure.
sudo: false
cache:
directories:
- local

0 comments on commit 972140b

Please sign in to comment.