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