Update CI jshint check
This commit is contained in:
parent
a786e78aca
commit
aceea56681
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue