diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-29 05:16:04 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-29 05:16:04 +0800 |
commit | 2ca6a800adbb5c43f96df5918be0d55ed3aa1867 (patch) | |
tree | 876ba3d8adf5fc96d8720018f275245e92aa8f13 /.travis.yml | |
parent | 82eeb5e02a4601edba05a2c7da7342a1fa808832 (diff) | |
download | dexon-2ca6a800adbb5c43f96df5918be0d55ed3aa1867.tar.gz dexon-2ca6a800adbb5c43f96df5918be0d55ed3aa1867.tar.zst dexon-2ca6a800adbb5c43f96df5918be0d55ed3aa1867.zip |
Remove old go cover location
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7e47281cf..d6954e0cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: # - go get code.google.com/p/go.tools/cmd/goimports # - go get github.com/golang/lint/golint # - go get golang.org/x/tools/cmd/vet - - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi + - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls before_script: # - gofmt -l -w . |