Attempt to fix MacOS CI 2.

This commit is contained in:
cheatfate 2019-01-10 02:01:53 +02:00
parent 8409c0c7bb
commit 06f9376a59
1 changed files with 4 additions and 3 deletions

View File

@ -16,12 +16,13 @@ cache:
matrix: matrix:
include: include:
- os: linux - os: linux
go:
- 1.11.x
- os: osx - os: osx
before_install: before_install:
- export GOPATH=$HOME/go - export GOPATH=$HOME/go
go: go:
- "1.11.x" - 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