From c08c187e625ab1ae2b0b84908a18584561e1211e Mon Sep 17 00:00:00 2001 From: cheatfate Date: Thu, 10 Jan 2019 02:51:17 +0200 Subject: [PATCH] Force Travis to install Go from brew. --- .travis.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 17833b99b..a079afe5a 100644 --- a/.travis.yml +++ b/.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