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

This commit is contained in:
Julio César 2018-01-15 13:14:51 +01:00
parent 1797706dce
commit 57e01ea2b6

View File

@ -25,6 +25,7 @@ matrix:
android:
components:
- tools
- build-tools-26.0.2
- env: PLATFORM=android-5.1
os: linux
language: android
@ -32,6 +33,7 @@ matrix:
android:
components:
- tools
- build-tools-26.0.2
- env: PLATFORM=android-6.0
os: linux
language: android
@ -39,6 +41,7 @@ matrix:
android:
components:
- tools
- build-tools-26.0.2
- env: PLATFORM=android-7.0
os: linux
language: android
@ -46,6 +49,7 @@ matrix:
android:
components:
- tools
- build-tools-26.0.2
before_install:
- 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