Run automatically jshint
This commit is contained in:
parent
cb4f4970b0
commit
ace7524905
1 changed files with 3 additions and 0 deletions
|
@ -3,5 +3,8 @@ notifications:
|
|||
language: go
|
||||
go:
|
||||
- 1.9
|
||||
before_install:
|
||||
- npm install -g jshint
|
||||
script:
|
||||
- jshint server/static/js/app.js
|
||||
- go test -cover -race ./...
|
||||
|
|
Loading…
Reference in a new issue