Skip to content

Commit

Permalink
updated .travis.yml to fail if not go fmt'd
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Miron committed Jun 8, 2017
1 parent 43a3f1e commit 2fff19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
before_script:
- EXCLUDE_VENDOR=$(go list ./... | grep -v "/vendor/")
- go build
- go fmt ./...
- $(exit $(go fmt ./... | wc -l))
- go vet $EXCLUDE_VENDOR
- gosimple $EXCLUDE_VENDOR
- misspell -error -locale US .
Expand Down

0 comments on commit 2fff19d

Please sign in to comment.