travis.yml: skip "errcheck"

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
pull/119/head v1.3.1-etcd.7
Gyuho Lee 2018-08-28 10:18:45 -07:00
parent b951856120
commit acbc2c426a
1 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@ before_install:
script:
- make fmt
- make errcheck
- make test
- make race
- make race
# - make errcheck