Skip to content

Commit d215e1f

Browse files
committed
fix: Ignore OSX builds on Travis
1 parent ff0d735 commit d215e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ branches:
2020
- /^release\/.+$/
2121

2222
matrix:
23-
allowed_failures:
23+
allow_failures:
2424
- os: osx
2525

2626
include:

0 commit comments

Comments
 (0)