Skip to content

Commit

Permalink
travis.yml: skip "errcheck"
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 b951856 commit acbc2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ before_install:

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

0 comments on commit acbc2c4

Please sign in to comment.