Jelajahi Sumber

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 11 tahun lalu
induk
melakukan
90ad78aa46
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  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: