Skip to content

Commit

Permalink
upgrade perl in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
preaction committed Jun 10, 2015
1 parent e0246bc commit a14aff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ perl:
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "blead"

matrix:
include:
- perl: 5.18
- perl: "5.20"
env: COVERAGE=1
allow_failures:
- perl: "blead"
Expand Down

0 comments on commit a14aff7

Please sign in to comment.