We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2925b54 commit 516f865Copy full SHA for 516f865
.travic.yml renamed to .travis.yml
@@ -8,7 +8,6 @@ before_script:
8
- go get github.com/golang/lint/golint # Linter
9
10
script:
11
- - test -z $(gofmt -s -l $GO_FILES) # Fail if a .go file hasn't been formatted with gofmt
12
- go test -v -race ./... # Run all the tests with the race detector enabled
13
- go vet ./... # go vet is the official Go static analyzer
14
- golint -set_exit_status $(go list ./...) # one last linter
0 commit comments