Temporarily disable MacOS testing because it missing Go 1.11.x.
This commit is contained in:
parent
bcce49958f
commit
f862981986
|
@ -18,10 +18,10 @@ matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
go: 1.11.x
|
go: 1.11.x
|
||||||
- os: osx
|
# - os: osx
|
||||||
go: 1.11.x
|
# go: 1.11.x
|
||||||
before_install:
|
# before_install:
|
||||||
- export GOPATH=$HOME/go
|
# - export GOPATH=$HOME/go
|
||||||
install:
|
install:
|
||||||
# build nim from our own branch - this to avoid the day-to-day churn and
|
# build nim from our own branch - this to avoid the day-to-day churn and
|
||||||
# regressions of the fast-paced Nim development while maintaining the
|
# regressions of the fast-paced Nim development while maintaining the
|
||||||
|
|
Loading…
Reference in New Issue