MOBILE-3833 travis: Install build tools only on Android job

main
Pau Ferrer Ocaña 2022-04-06 14:22:41 +02:00
parent b10b5781cf
commit f833fa0099
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,6 @@ before_install:
- npm --version - npm --version
- nvm --version - nvm --version
- npm ci - npm ci
- yes | sdkmanager "build-tools;30.0.3"
before_script: before_script:
- npx gulp - npx gulp
@ -47,6 +46,8 @@ jobs:
- extra-google-google_play_services - extra-google-google_play_services
- extra-google-m2repository - extra-google-m2repository
- extra-android-m2repository - extra-android-m2repository
before_install:
- yes | sdkmanager "build-tools;30.0.3"
addons: addons:
apt: apt:
packages: packages: