mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(travis) check compat version of gulp before install
This commit is contained in:
parent
50c1495eab
commit
c17f1cd15e
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue