Install grunt-cli before running install

This commit is contained in:
James Allen 2014-02-24 14:05:09 +00:00
parent ace74c8d7c
commit 11b908f276

View file

@ -1,10 +1,17 @@
language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
install:
- npm install
- grunt install
script: grunt test:unit
script:
- grunt test:unit
services:
- redis-server