travis.yml: remove obsolete brew-cask install

pull/16636/head
Domino Valdano 6 years ago
parent 1da33028ce
commit ea171d5bd9
No known key found for this signature in database
GPG Key ID: 3FDFE30EE92AC05E
  1. 1
      .travis.yml

@ -31,7 +31,6 @@ matrix:
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
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES

Loading…
Cancel
Save