Run automatically jshint

This commit is contained in:
Frédéric Guillot 2017-11-20 13:55:14 -08:00
parent cb4f4970b0
commit ace7524905
1 changed files with 3 additions and 0 deletions

View File

@ -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 ./...