MOBILE-3320 travis: Don't install gulp in global
parent
e11226c246
commit
4ad7a93fc7
|
@ -26,10 +26,10 @@ before_install:
|
|||
- npm --version
|
||||
- nvm --version
|
||||
- npm ci
|
||||
- npm install npm@^6 gulp -g
|
||||
- npm install npm@^6 -g
|
||||
|
||||
before_script:
|
||||
- gulp
|
||||
- npx gulp
|
||||
|
||||
script:
|
||||
- scripts/build.sh
|
||||
|
|
Loading…
Reference in New Issue