Merge pull request #257 from jcesarmobile/CB-13746

CB-13746: Add build-tools-26.0.2 to travis
This commit is contained in:
jcesarmobile 2018-01-09 23:33:54 +01:00 committed by GitHub
commit 8e3f2f2c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ matrix:
- tools
- platform-tools
- tools
- build-tools-26.0.2
- env: PLATFORM=android-5.1
os: linux
language: android
@ -52,6 +53,7 @@ matrix:
- tools
- platform-tools
- tools
- build-tools-26.0.2
- env: PLATFORM=android-6.0
os: linux
language: android
@ -61,6 +63,7 @@ matrix:
- tools
- platform-tools
- tools
- build-tools-26.0.2
- env: PLATFORM=android-7.0
os: linux
language: android
@ -70,6 +73,7 @@ matrix:
- tools
- platform-tools
- 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