Add an npm install step so that local grunt gets found

This commit is contained in:
Erjan Gavalji
2015-12-18 14:50:24 +02:00
parent 22af9e8199
commit 062bbbde0b

View File

@@ -3,6 +3,7 @@ node_js:
0.12.7
before_script:
- npm install -g grunt-cli
- npm install
script:
grunt default