aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2014-12-22 01:18:43 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2014-12-22 01:18:43 +0800
commit176c98eb66dcbd55c5944bac555d9172609c739f (patch)
treeaa2130872da6b4768e69ca2202ee7e16f3850b1a /.travis.yml
parentca7f385294ef2e9bc3ad34ce6653e773072e163d (diff)
downloadgo-tangerine-176c98eb66dcbd55c5944bac555d9172609c739f.tar
go-tangerine-176c98eb66dcbd55c5944bac555d9172609c739f.tar.gz
go-tangerine-176c98eb66dcbd55c5944bac555d9172609c739f.tar.bz2
go-tangerine-176c98eb66dcbd55c5944bac555d9172609c739f.tar.lz
go-tangerine-176c98eb66dcbd55c5944bac555d9172609c739f.tar.xz
go-tangerine-176c98eb66dcbd55c5944bac555d9172609c739f.tar.zst
go-tangerine-176c98eb66dcbd55c5944bac555d9172609c739f.zip
Updated tool import paths
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d09cbcdb0..923827e7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,8 @@ before_install:
install:
- go get code.google.com/p/go.tools/cmd/goimports
- go get github.com/golang/lint/golint
- # - go get code.google.com/p/go.tools/cmd/vet
- - go get code.google.com/p/go.tools/cmd/cover
+ # - go get golang.org/x/tools/cmd/vet
+ - go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- ./install_deps.sh
before_script: