aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-03-29 05:16:04 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-03-29 05:16:04 +0800
commit2ca6a800adbb5c43f96df5918be0d55ed3aa1867 (patch)
tree876ba3d8adf5fc96d8720018f275245e92aa8f13 /.travis.yml
parent82eeb5e02a4601edba05a2c7da7342a1fa808832 (diff)
downloaddexon-2ca6a800adbb5c43f96df5918be0d55ed3aa1867.tar
dexon-2ca6a800adbb5c43f96df5918be0d55ed3aa1867.tar.gz
dexon-2ca6a800adbb5c43f96df5918be0d55ed3aa1867.tar.bz2
dexon-2ca6a800adbb5c43f96df5918be0d55ed3aa1867.tar.lz
dexon-2ca6a800adbb5c43f96df5918be0d55ed3aa1867.tar.xz
dexon-2ca6a800adbb5c43f96df5918be0d55ed3aa1867.tar.zst
dexon-2ca6a800adbb5c43f96df5918be0d55ed3aa1867.zip
Remove old go cover location
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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 .