Run automatically jshint

This commit is contained in:
Frédéric Guillot 2017-11-20 13:55:14 -08:00
parent cb4f4970b0
commit ace7524905

View file

@ -3,5 +3,8 @@ notifications:
language: go language: go
go: go:
- 1.9 - 1.9
before_install:
- npm install -g jshint
script: script:
- jshint server/static/js/app.js
- go test -cover -race ./... - go test -cover -race ./...