aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-11-20 13:55:14 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-11-20 13:57:27 -0800
commitace752490554ab3abc03f1befe2a6e28ffd5d5e6 (patch)
treec0e6f3d675eb4fd981f1b8525f5c220f225322ab /.travis.yml
parentcb4f4970b067797c474da7bdb5b41ee5ae7d127b (diff)
Run automatically jshint
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 956be48..9abd4c8 100644
--- a/.travis.yml
+++ b/.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 ./...