Skip to content

Commit

Permalink
update travis to 5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrchboy committed May 21, 2013
1 parent 5ff10d2 commit 015fb7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -7,11 +7,11 @@ perl:

matrix:
include:
- perl: "5.17.10"
- perl: "5.18"
env:
- BREWVER="5.17.10"
allow_failures:
- perl: "5.17.10"
- BREWVER="5.18.0"
#allow_failures:
#- perl: "5.17.10"

before_install:
- test "$BREWVER" = "" || perlbrew install -j4 $BREWVER
Expand Down

0 comments on commit 015fb7d

Please sign in to comment.