Force Travis to install Go from brew.
This commit is contained in:
parent
c3d75f9116
commit
c08c187e62
11
.travis.yml
11
.travis.yml
|
@ -18,10 +18,13 @@ matrix:
|
|||
- os: linux
|
||||
dist: xenial
|
||||
go: 1.11.x
|
||||
# - os: osx
|
||||
# go: 1.11.x
|
||||
# before_install:
|
||||
# - export GOPATH=$HOME/go
|
||||
- os: osx
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- go
|
||||
before_install:
|
||||
- export GOPATH=$HOME/go
|
||||
install:
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue