diff options
author | Jean-André Santoni <jean.andre.santoni@gmail.com> | 2018-01-11 23:02:01 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2018-01-11 23:02:01 +0800 |
commit | 023769d9d48fab92c1d4d7d97c0a08ae3ef2cdca (patch) | |
tree | b9e9e01e067c20c641ef0cbaca08bd6fc87d079d /.travis.yml | |
parent | b06e20bc7c498adef658b58f10f5c729b46d84f9 (diff) | |
download | go-tangerine-023769d9d48fab92c1d4d7d97c0a08ae3ef2cdca.tar.gz go-tangerine-023769d9d48fab92c1d4d7d97c0a08ae3ef2cdca.tar.zst go-tangerine-023769d9d48fab92c1d4d7d97c0a08ae3ef2cdca.zip |
travis.yml: remove alias for 'cd' to avoid hang on macOS (#15849)
This works around travis-ci/travis-ci#8703.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index bc296bf2f..ba62b87bf 100644 --- a/.travis.yml +++ b/.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 |