Skip to content

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrst88 committed May 10, 2018
1 parent 2925b54 commit 516f865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travic.yml → .travis.yml
Expand Up @@ -8,7 +8,6 @@ before_script:
- go get github.com/golang/lint/golint # Linter

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

0 comments on commit 516f865

Please sign in to comment.