travis.yml: remove alias for 'cd' to avoid hang on macOS (#15849)

This works around travis-ci/travis-ci#8703.
pull/15863/head
Jean-André Santoni 7 years ago committed by Felix Lange
parent b06e20bc7c
commit 023769d9d4
  1. 1
      .travis.yml

@ -40,6 +40,7 @@ matrix:
- os: osx
go: 1.9.x
script:
- unset -f cd # workaround for https://github.com/travis-ci/travis-ci/issues/8703
- brew update
- brew install caskroom/cask/brew-cask
- brew cask install osxfuse

Loading…
Cancel
Save