Explorar el Código

Run automatically jshint

Frédéric Guillot hace 8 años
padre
commit
ace7524905
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

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