Skip to content

Commit e172043

Browse files
committed
Disable macOS build
1 parent 62bb4a1 commit e172043

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ matrix:
66
go: 1.9
77
- os: linux
88
go: tip
9-
- os: osx
10-
osx_image: xcode8.3
11-
go: 1.9
12-
- os: osx
13-
osx_image: xcode8.3
14-
go: tip
9+
# macOS build *extraordinary* slow, disable them
10+
# - os: osx
11+
# osx_image: xcode8.3
12+
# go: 1.9
13+
# - os: osx
14+
# osx_image: xcode8.3
15+
# go: tip
1516

1617
script:
1718
- go vet -v ./...

0 commit comments

Comments
 (0)