diff --git a/.travis.yml b/.travis.yml
index b2c4e591ee083bb5c3dc75a0c7a9d8301ca35743..294073ce07ba29938fb2848a8ed355b7bf66034a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 language: node_js
 node_js:
    - "0.11"
-before_install:
-   - "npm install jshint"
 install:
+   - "npm install jshint"
+script:
    - "jshint *.js"