chore(project): only hint + test during travis builds
This commit is contained in:
parent
f19a64a346
commit
9898ad888c
|
@ -2,7 +2,7 @@ language: node_js
|
|||
node_js: '0.10'
|
||||
|
||||
script:
|
||||
- grunt
|
||||
- grunt jshint test
|
||||
|
||||
before_install:
|
||||
- npm install -g grunt-cli wiredeps
|
||||
|
|
Loading…
Reference in New Issue