소스 검색

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