aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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