Skip to content

Commit 9a15fa8

Browse files
committed
Allow failures on 5.20 for now
1 parent b72c6b2 commit 9a15fa8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ perl:
77
- "5.12"
88
- "5.10"
99

10+
matrix:
11+
allow_failures:
12+
- perl: "5.20"
13+
1014
before_install:
1115
- npm install -g less
1216
# Pre-install from backpan to avoid upgrade breakage.

0 commit comments

Comments
 (0)