Skip to content

Commit 5e12b5e

Browse files
authored
Merge pull request apache#228 from jcesarmobile/CB-13753
CB-13753: Add build-tools-26.0.2 to travis
2 parents c248827 + d8cc0fd commit 5e12b5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,31 @@ matrix:
3737
android:
3838
components:
3939
- tools
40+
- build-tools-26.0.2
4041
- env: PLATFORM=android-5.1
4142
os: linux
4243
language: android
4344
jdk: oraclejdk8
4445
android:
4546
components:
4647
- tools
48+
- build-tools-26.0.2
4749
- env: PLATFORM=android-6.0
4850
os: linux
4951
language: android
5052
jdk: oraclejdk8
5153
android:
5254
components:
5355
- tools
56+
- build-tools-26.0.2
5457
- env: PLATFORM=android-7.0
5558
os: linux
5659
language: android
5760
jdk: oraclejdk8
5861
android:
5962
components:
6063
- tools
64+
- build-tools-26.0.2
6165
before_install:
6266
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
6367
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm

0 commit comments

Comments
 (0)