Skip to content

Commit 516f865

Browse files
committed
Added .travis.yml
1 parent 2925b54 commit 516f865

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travic.yml renamed to .travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ before_script:
88
- go get github.com/golang/lint/golint # Linter
99

1010
script:
11-
- test -z $(gofmt -s -l $GO_FILES) # Fail if a .go file hasn't been formatted with gofmt
1211
- go test -v -race ./... # Run all the tests with the race detector enabled
1312
- go vet ./... # go vet is the official Go static analyzer
1413
- golint -set_exit_status $(go list ./...) # one last linter

0 commit comments

Comments
 (0)