Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksk001100 committed Jan 30, 2019
1 parent 9636201 commit 64a042c
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 @@ -8,7 +8,7 @@ install:

script:
- go vet ./...
- diff <(goimports -d .) <(printf "")
- diff <(goimports -d $(find . -type f -name '*.go' -not -path "./vendor/*")) <(printf "")
- diff <(go list ./... | xargs -L1 golint -set_exit_status) <(printf "")

after_success:
Expand Down

0 comments on commit 64a042c

Please sign in to comment.