Explorar o código

Run automatically jshint

Frédéric Guillot %!s(int64=8) %!d(string=hai) anos
pai
achega
ace7524905
Modificáronse 1 ficheiros con 3 adicións e 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 ./...