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).