ソースを参照

Update CI jshint check

Frédéric Guillot 7 年 前
コミット
aceea56681
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -11,7 +11,7 @@ before_install:
   - npm install -g jshint
   - go get -u github.com/golang/lint/golint
 script:
-  - jshint ui/static/js/app.js
+  - jshint ui/static/js/*.js
   - make lint
   - make test
   - make integration-test