1
0
Fork 0

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

View file

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