Skip to content

Commit aa284bf

Browse files
committed
fix gofmt build
1 parent fcefd64 commit aa284bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22
script:
33
- go vet
4-
- gofmt -l .
4+
- test -z $(gofmt -l .)
55
- go test -v ./...
66
- go build
77
go:

0 commit comments

Comments
 (0)