Skip to content

Commit

Permalink
Allow failures on 5.20 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Aug 18, 2014
1 parent b72c6b2 commit 9a15fa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,10 @@ perl:
- "5.12"
- "5.10"

matrix:
allow_failures:
- perl: "5.20"

before_install:
- npm install -g less
# Pre-install from backpan to avoid upgrade breakage.
Expand Down

0 comments on commit 9a15fa8

Please sign in to comment.