travis.yml: remove obsolete brew-cask install

This commit is contained in:
Domino Valdano 2018-05-01 11:28:14 -07:00
parent 1da33028ce
commit ea171d5bd9
No known key found for this signature in database
GPG Key ID: 3FDFE30EE92AC05E

View File

@ -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