Skip to content

Commit 975b5c4

Browse files
committed
travis: use gofmt simplify flag
1 parent bc86d84 commit 975b5c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ before_install:
1212
script:
1313
- go test -v -covermode=count -coverprofile=coverage.out
1414
- go vet ./...
15-
- test -z "$(gofmt -d . | tee /dev/stderr)"
15+
- test -z "$(gofmt -d -s . | tee /dev/stderr)"
1616
- test -z "$(golint ./... | tee /dev/stderr)"
1717
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci

0 commit comments

Comments
 (0)