Skip to content

Commit

Permalink
travis: add 'make lint' to the Travis CI tests
Browse files Browse the repository at this point in the history
Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
  • Loading branch information
pcmoore committed Mar 23, 2020
1 parent 02b5300 commit f1ae565
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ addons:
- libseccomp2
- libseccomp-dev

install:
- go get -u golang.org/x/lint/golint

# run all of the tests independently, fail if any of the tests error
script:
- make check-syntax
- make lint
- make check

0 comments on commit f1ae565

Please sign in to comment.