From be3528f3a81351d8a438aed216130e1e7da39f7c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 18 Mar 2020 10:02:43 +0100 Subject: [PATCH] .travis.yml: fix osx setup There seems to be some change in osx machine setup on travis. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e140375a6..6f5190619 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,6 @@ matrix: # Install coreutils for the 'timeout(1)' utility on windows and osx. before_install: - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install gnuwin32-coreutils.install; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ln -s /usr/local/bin/gtimeout /usr/local/bin/timeout ; fi - go get -u github.com/rogpeppe/go-internal/cmd/testscript # Set the import path (including to help with forks).