Skip to content

Commit

Permalink
fix(travis): golint
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Jan 27, 2019
1 parent c5032cc commit c4d45b5
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 @@ -10,7 +10,7 @@ before_install:
- go get github.com/nbio/st
- go get -u -v github.com/axw/gocov/gocov
- go get -u -v github.com/mattn/goveralls
- go get -u -v github.com/golang/lint/golint
- go get -u -v golang.org/x/lint/golint

script:
- diff -u <(echo -n) <(gofmt -s -d ./)
Expand Down

0 comments on commit c4d45b5

Please sign in to comment.