CB-13757: Add build-tools-26.0.2 to travis

This commit is contained in:
Julio César 2018-01-10 23:22:24 +01:00
parent 629a6ab53c
commit 5b0933d74b

View File

@ -41,6 +41,7 @@ matrix:
android: android:
components: components:
- tools - tools
- build-tools-26.0.2
- env: PLATFORM=android-5.1 - env: PLATFORM=android-5.1
os: linux os: linux
language: android language: android
@ -48,6 +49,7 @@ matrix:
android: android:
components: components:
- tools - tools
- build-tools-26.0.2
- env: PLATFORM=android-6.0 - env: PLATFORM=android-6.0
os: linux os: linux
language: android language: android
@ -55,6 +57,7 @@ matrix:
android: android:
components: components:
- tools - tools
- build-tools-26.0.2
- env: PLATFORM=android-7.0 - env: PLATFORM=android-7.0
os: linux os: linux
language: android language: android
@ -62,6 +65,7 @@ matrix:
android: android:
components: components:
- tools - tools
- build-tools-26.0.2
before_install: before_install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm