diff --git a/.travis.yml b/.travis.yml
index 148e4e797ec310f191a6181e06ca384a0b1f2ce9..fafacbd5a13e661e8c07a69d7946c87727990d5a 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