travis: remove brew update and osxfuse install (#17429)

pull/17407/head
Anton Evangelatov 6 years ago committed by Péter Szilágyi
parent a8aa89accb
commit 55d050ccd8
  1. 2
      .travis.yml

@ -30,8 +30,6 @@ matrix:
go: 1.10.x
script:
- unset -f cd # workaround for https://github.com/travis-ci/travis-ci/issues/8703
- brew update
- brew cask install osxfuse
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES

Loading…
Cancel
Save