diff --git a/.travis.yml b/.travis.yml index d6cde99068..ba62b87bf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ matrix: sudo: required go: 1.8.x script: - - unset -f cd # workaround for https://github.com/travis-ci/travis-ci/issues/8703 - sudo modprobe fuse - sudo chmod 666 /dev/fuse - sudo chown root:$USER /etc/fuse.conf @@ -41,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