|
@@ -30,8 +30,6 @@ matrix:
|
|
|
go: 1.10.x
|
|
go: 1.10.x
|
|
|
script:
|
|
script:
|
|
|
- unset -f cd # workaround for https://github.com/travis-ci/travis-ci/issues/8703
|
|
- 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 install
|
|
|
- go run build/ci.go test -coverage $TEST_PACKAGES
|
|
- go run build/ci.go test -coverage $TEST_PACKAGES
|
|
|
|
|
|