Browse Source

travis: use latest go tool repo

Yicheng Qin 11 years ago
parent
commit
a0f8aa1add
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -4,8 +4,8 @@ go:
   - 1.4
   - 1.4
 
 
 install:
 install:
- - go get code.google.com/p/go.tools/cmd/cover
- - go get code.google.com/p/go.tools/cmd/vet
+ - go get golang.org/x/tools/cmd/cover
+ - go get golang.org/x/tools/cmd/vet
 
 
 script:
 script:
  - INTEGRATION=y ./test
  - INTEGRATION=y ./test