MOBILE-3833 travis: Fix install build tools only on Android job
parent
f833fa0099
commit
19ea3beb2b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue