Skip to content

Commit

Permalink
.travis.yml: fix osx setup
Browse files Browse the repository at this point in the history
There seems to be some change in osx machine setup on travis.
  • Loading branch information
dvyukov committed Mar 18, 2020
1 parent a378175 commit be3528f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit be3528f

Please sign in to comment.