Преглед на файлове

Undo running `go vet` in travis

Taylor Gerring преди 11 години
родител
ревизия
5c958ec5f6
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -8,7 +8,7 @@ before_install:
 install:
 install:
   - go get code.google.com/p/go.tools/cmd/goimports
   - go get code.google.com/p/go.tools/cmd/goimports
   - go get github.com/golang/lint/golint
   - 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 code.google.com/p/go.tools/cmd/cover
   - go get github.com/mattn/goveralls
   - go get github.com/mattn/goveralls
   - ./install_deps.sh
   - ./install_deps.sh
@@ -16,7 +16,7 @@ before_script:
   - gofmt -l -w .
   - gofmt -l -w .
   - goimports -l -w .
   - goimports -l -w .
   - golint .
   - golint .
-  - go vet ./...
+  # - go vet ./...
   # - go test -race ./...
   # - go test -race ./...
 script:
 script:
   - ./gocoverage.sh
   - ./gocoverage.sh