Attempt to fix MacOS CI 3.
This commit is contained in:
parent
06f9376a59
commit
bcce49958f
|
@ -1,7 +1,7 @@
|
||||||
language: c # or other C/C++ variants
|
language: c # or other C/C++ variants
|
||||||
|
|
||||||
# xenial is required for GO 1.11.x
|
# xenial is required for GO 1.11.x
|
||||||
dist: xenial
|
# dist: xenial
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
# https://docs.travis-ci.com/user/caching/
|
# https://docs.travis-ci.com/user/caching/
|
||||||
|
@ -16,13 +16,12 @@ cache:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
go:
|
dist: trusty
|
||||||
- 1.11.x
|
go: 1.11.x
|
||||||
- os: osx
|
- os: osx
|
||||||
|
go: 1.11.x
|
||||||
before_install:
|
before_install:
|
||||||
- export GOPATH=$HOME/go
|
- export GOPATH=$HOME/go
|
||||||
go:
|
|
||||||
- 1.11.x
|
|
||||||
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