Skip to content

Commit 0815dc9

Browse files
committed
Fix .travis.yml settings to allow failures for tv4
1 parent 1b12640 commit 0815dc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ env:
99
- VALIDATORS=tv4
1010
- VALIDATORS=zschema
1111
matrix:
12-
allow_failrues:
13-
-env: VALIDATORS=tv4
12+
allow_failures:
13+
- env: VALIDATORS=tv4

0 commit comments

Comments
 (0)