MOBILE-3320 travis: Don't install gulp in global

main
Dani Palou 2021-07-05 10:13:49 +02:00
parent e11226c246
commit 4ad7a93fc7
1 changed files with 2 additions and 2 deletions

View File

@ -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