aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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 d3c4e95a5..ebb631969 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ 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/vet
- go get code.google.com/p/go.tools/cmd/cover
- go get github.com/mattn/goveralls
- ./install_deps.sh
@@ -16,7 +16,7 @@ before_script:
- gofmt -l -w .
- goimports -l -w .
- golint .
- - go vet ./...
+ # - go vet ./...
# - go test -race ./...
script:
- ./gocoverage.sh