Update CI jshint check

This commit is contained in:
Frédéric Guillot 2018-07-10 20:59:39 -07:00
parent a786e78aca
commit aceea56681
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ before_install:
- npm install -g jshint
- go get -u github.com/golang/lint/golint
script:
- jshint ui/static/js/app.js
- jshint ui/static/js/*.js
- make lint
- make test
- make integration-test