Commit 023769d9 authored by Jean-André Santoni's avatar Jean-André Santoni Committed by Felix Lange

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

This works around travis-ci/travis-ci#8703.
parent b06e20bc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment