Skip to content

Commit 78b8254

Browse files
committed
Allow OSX tests to fail
1 parent cabd24d commit 78b8254

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ os:
44
- linux
55
- osx
66

7+
matrix:
8+
# allow failures until OSX tests have been tested for a while
9+
allow_failures:
10+
- os: osx
11+
712
go:
813
- "1.10"
914

0 commit comments

Comments
 (0)