Added grunt to travis config

Refactoring-the-class
Joe Vu 10 years ago
parent 29a92fd51b
commit 44cc8f617a

@ -1,3 +1,5 @@
language: node_js language: node_js
node_js: node_js:
- "0.11" - "0.10"
before_install: npm install -g grunt-cli
install: npm install
Loading…
Cancel
Save