Verify go formatting

pull/183/head
Tobias Schmidt 2016-01-06 17:47:02 -05:00
parent a59c71b505
commit 18cb552947
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,7 @@ sudo: false
language: go
go:
- 1.4.3
- 1.5.1
- 1.5.2
- tip
install:
@ -11,6 +10,7 @@ install:
- go get golang.org/x/tools/cmd/vet
script:
- '! gofmt -l **/*.go | read nothing'
- go vet
- go test -v ./...
- go build