Enforce source has been gofmt'd

This commit is contained in:
Dalton Hubble
2016-01-11 15:52:08 -08:00
parent f90f3fe529
commit f567539869

View File

@@ -13,6 +13,7 @@ script:
- go test ./...
- go vet ./...
- golint ./...
- test -z "$(go fmt ./...)"
deploy:
provider: script
script: scripts/travis-docker-push