ソースを参照

Run automatically jshint

Frédéric Guillot 8 年 前
コミット
ace7524905
1 ファイル変更3 行追加0 行削除
  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 ./...