Skip to content

Commit

Permalink
refactor(travis): run golint in root directory only
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 11, 2016
1 parent e423956 commit 098c8d2
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 @@ -11,5 +11,5 @@ before_install:
script:
- diff -u <(echo -n) <(gofmt -s -d ./)
- diff -u <(echo -n) <(go vet ./...)
- diff -u <(echo -n) <(golint ./...)
- diff -u <(echo -n) <(golint)
- go test -v -race ./...

0 comments on commit 098c8d2

Please sign in to comment.