Skip to content

Commit

Permalink
travis.yml: run "errcheck" on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Aug 28, 2018
1 parent 75d4714 commit 5912526
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ go:

before_install:
- go get -v honnef.co/go/tools/...
- go get -v github.com/kisielk/errcheck

script:
- make fmt
- make errcheck
- make test
- make race
- make race

0 comments on commit 5912526

Please sign in to comment.