feature(travis) check compat version of gulp before install

This commit is contained in:
coderaiser 2014-03-31 10:34:26 -04:00
parent 50c1495eab
commit c17f1cd15e

View file

@ -10,7 +10,8 @@ matrix:
- node_js: '0.11'
before_install:
- npm install -g gulp
- npm install npm-compat -g
- npm install -g gulp@`npm-compat gulp`
script:
- gulp default