Don't run 'npm test'

This commit is contained in:
Corey Farwell 2014-11-02 22:00:13 -05:00
parent 51d79f3e3b
commit e3998e30ba

View File

@ -1,7 +1,7 @@
language: node_js
node_js:
- "0.11"
before_install:
- "npm install jshint"
install:
- "npm install jshint"
script:
- "jshint *.js"