travis.yml: run "errcheck" on CI

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
pull/119/head
Gyuho Lee 2018-08-28 08:18:01 -07:00
parent 75d4714c2c
commit 5912526255
1 changed files with 3 additions and 1 deletions

View File

@ -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