瀏覽代碼

Merge pull request #2870 from yichengq/enable-travis-govet

travis: stop install tools cover and vet
Yicheng Qin 11 年之前
父節點
當前提交
4d8be39fd1
共有 1 個文件被更改,包括 0 次插入2 次删除
  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: