Added grunt to travis config

This commit is contained in:
Joe Vu 2014-12-16 23:38:44 -08:00
parent 29a92fd51b
commit 44cc8f617a

View File

@ -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