Skip to content

Commit

Permalink
Disable macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
tyru committed Jan 14, 2018
1 parent 62bb4a1 commit e172043
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ matrix:
go: 1.9
- os: linux
go: tip
- os: osx
osx_image: xcode8.3
go: 1.9
- os: osx
osx_image: xcode8.3
go: tip
# macOS build *extraordinary* slow, disable them
# - os: osx
# osx_image: xcode8.3
# go: 1.9
# - os: osx
# osx_image: xcode8.3
# go: tip

script:
- go vet -v ./...
Expand Down

0 comments on commit e172043

Please sign in to comment.