Browse Source

travis: stop install tools cover and vet

There is no need to install them separately because they have been
downloaded in the default go root directory.
Yicheng Qin 10 years ago
parent
commit
90ad78aa46
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -4,8 +4,6 @@ go:
   - 1.4
   - 1.4
 
 
 install:
 install:
- - go get golang.org/x/tools/cmd/cover
- - go get golang.org/x/tools/cmd/vet
  - go get github.com/barakmich/go-nyet
  - go get github.com/barakmich/go-nyet
 
 
 script:
 script: