Merge pull request #16636 from reductionista/travis

travis.yml: remove obsolete brew-cask install
This commit is contained in:
Péter Szilágyi 2018-05-02 10:41:50 +03:00 committed by GitHub
commit 9922943b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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