Skip to content

Commit

Permalink
travis: use gofmt simplify flag
Browse files Browse the repository at this point in the history
  • Loading branch information
julienschmidt committed Apr 30, 2017
1 parent bc86d84 commit 975b5c4
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 @@ -12,6 +12,6 @@ before_install:
script:
- go test -v -covermode=count -coverprofile=coverage.out
- go vet ./...
- test -z "$(gofmt -d . | tee /dev/stderr)"
- test -z "$(gofmt -d -s . | tee /dev/stderr)"
- test -z "$(golint ./... | tee /dev/stderr)"
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci

0 comments on commit 975b5c4

Please sign in to comment.