MOBILE-3833 travis: Fix install build tools only on Android job

main
Pau Ferrer Ocaña 2022-04-06 14:54:13 +02:00
parent f833fa0099
commit 19ea3beb2b
1 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,12 @@ jobs:
- extra-google-m2repository
- extra-android-m2repository
before_install:
- nvm install
- npm install npm@^7 -g
- node --version
- npm --version
- nvm --version
- npm ci
- yes | sdkmanager "build-tools;30.0.3"
addons:
apt: