Jonathan Turner 8 лет назад
Родитель
Сommit
4982484923
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -39,7 +39,7 @@ script:
   - test -z $(gofmt -s -l $GO_FILES)         # Fail if a .go file hasn't been formatted with gofmt
   - go test -v -race -tags=integration ./... # Run all the tests with the race detector enabled and integration tests
   - go vet ./...                             # go vet is the official Go static analyzer
-  - golint -set_exit_status $(go list ./...) # golint
+  #- golint -set_exit_status $(go list ./...) # golint to be added
 
 addons:
   hosts: