From bcce49958f08dae80efba8d19c1870e3d3ddcd5e Mon Sep 17 00:00:00 2001 From: cheatfate Date: Thu, 10 Jan 2019 02:13:34 +0200 Subject: [PATCH] Attempt to fix MacOS CI 3. --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4ef1e7ab..6136a754b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: c # or other C/C++ variants # xenial is required for GO 1.11.x -dist: xenial +# dist: xenial sudo: false # https://docs.travis-ci.com/user/caching/ @@ -16,13 +16,12 @@ cache: matrix: include: - os: linux - go: - - 1.11.x + dist: trusty + go: 1.11.x - os: osx + go: 1.11.x before_install: - export GOPATH=$HOME/go - 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