diff --git a/.travis.yml b/.travis.yml index 8e06c2a..feef144 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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