From 06f9376a5967018d7aaf1c63dde3a124185cc878 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Thu, 10 Jan 2019 02:01:53 +0200 Subject: [PATCH] Attempt to fix MacOS CI 2. --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1f1dd8ee1..f4ef1e7ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,12 +16,13 @@ cache: matrix: include: - os: linux + go: + - 1.11.x - os: osx before_install: - export GOPATH=$HOME/go -go: - - "1.11.x" - + go: + - 1.11.x 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