aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2014-11-15 03:00:19 +0800
committerCorey Farwell <coreyf@rwell.org>2014-11-15 03:00:19 +0800
commit08f2dde45aa6fa977f49bdbdc30543b6c0e894a0 (patch)
treeb7eca4e19cc9dace39e976d60740eda9a6912b71
parent42713c6e9995a131601186363ba2c49ffd093acc (diff)
downloaddexon-08f2dde45aa6fa977f49bdbdc30543b6c0e894a0.tar.gz
dexon-08f2dde45aa6fa977f49bdbdc30543b6c0e894a0.tar.zst
dexon-08f2dde45aa6fa977f49bdbdc30543b6c0e894a0.zip
Enable JSHint linting
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 148e4e797..fafacbd5a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +4,8 @@ node_js:
- "0.10"
before_script:
- npm install
+ - npm install jshint
+script:
+ - "jshint *.js lib"
after_script:
- - npm run-script gulp \ No newline at end of file
+ - npm run-script gulp