diff options
author | Domino Valdano <dominoplural@gmail.com> | 2018-05-02 02:28:14 +0800 |
---|---|---|
committer | Domino Valdano <dominoplural@gmail.com> | 2018-05-02 02:41:34 +0800 |
commit | ea171d5bd90b9102cffdb6de440025db9e808cdc (patch) | |
tree | 68929a78091fc0f2b1e638cfa0da791948427fe0 /.travis.yml | |
parent | 1da33028ce88c4365d99471977098f4911fd38fa (diff) | |
download | dexon-ea171d5bd90b9102cffdb6de440025db9e808cdc.tar.gz dexon-ea171d5bd90b9102cffdb6de440025db9e808cdc.tar.zst dexon-ea171d5bd90b9102cffdb6de440025db9e808cdc.zip |
travis.yml: remove obsolete brew-cask install
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2ba6f18f2..194ca6396 100644 --- a/.travis.yml +++ b/.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 |