From f86298198664a2eded9d2ea9e8a1783ff7b71c18 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Thu, 10 Jan 2019 02:33:14 +0200 Subject: [PATCH] Temporarily disable MacOS testing because it missing Go 1.11.x. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6136a754b..a9c709509 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,10 +18,10 @@ matrix: - os: linux dist: trusty go: 1.11.x - - os: osx - go: 1.11.x - before_install: - - export GOPATH=$HOME/go + # - os: osx + # go: 1.11.x + # 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