We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5a176 commit 250384eCopy full SHA for 250384e
1 file changed
.travis.yml
@@ -11,7 +11,7 @@ install:
11
- go get -v
12
13
script:
14
- - diff <(goimports -d .) <(printf "")
+ - diff <(goimports -d *.go cmd/gocloc/main.go examples/*) <(printf "")
15
- go test -v ./
16
17
deploy:
0 commit comments