Tell travis to install grunt before doing anything else.

This commit is contained in:
Antoine Vandecreme 2016-01-26 19:14:45 -05:00
parent 9258d33caf
commit 20756423af

View File

@ -2,5 +2,5 @@ language: node_js
sudo: false sudo: false
node_js: node_js:
- "stable" - "stable"
before_script: before_install:
- npm install -g grunt-cli - npm install -g grunt-cli