Skip to content

Commit

Permalink
Add v5.22 to Travis, and run in container by turning off sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Sep 8, 2015
1 parent ab7e967 commit aaff5b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
sudo: false

sudo: false

language: perl
perl:
- "5.8"
Expand All @@ -7,6 +11,7 @@ perl:
- "5.16"
- "5.18"
- "5.20"
- "5.22"

before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
Expand Down

0 comments on commit aaff5b8

Please sign in to comment.