chore(project): only hint + test during travis builds

This commit is contained in:
Nico Rehwaldt 2015-02-19 15:03:53 +01:00
parent f19a64a346
commit 9898ad888c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: node_js
node_js: '0.10' node_js: '0.10'
script: script:
- grunt - grunt jshint test
before_install: before_install:
- npm install -g grunt-cli wiredeps - npm install -g grunt-cli wiredeps