travis.yml: remove alias for 'cd' to avoid hang on macOS (#15849)
This works around travis-ci/travis-ci#8703.
This commit is contained in:
parent
b06e20bc7c
commit
023769d9d4
@ -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…
Reference in New Issue
Block a user