CB-13000: (CI) Speed up android builds

This commit is contained in:
Alexander Sorokin 2017-07-10 10:34:11 +03:00
parent 9cf583ab39
commit 5513bf302f

View File

@ -25,7 +25,6 @@ matrix:
android:
components:
- tools
- tools
- env: PLATFORM=android-5.1
os: linux
language: android
@ -33,7 +32,6 @@ matrix:
android:
components:
- tools
- tools
- env: PLATFORM=android-6.0
os: linux
language: android
@ -41,7 +39,6 @@ matrix:
android:
components:
- tools
- tools
- env: PLATFORM=android-7.0
os: linux
language: android
@ -49,7 +46,6 @@ matrix:
android:
components:
- tools
- tools
before_install:
- npm cache clean -f
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm