X Tutup
Skip to content

Commit a6cbe40

Browse files
committed
CB-13748: Add build-tools-26.0.2 to travis
1 parent e679a5d commit a6cbe40

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
@@ -25,27 +25,31 @@ matrix:
2525
android:
2626
components:
2727
- tools
28+
- build-tools-26.0.2
2829
- env: PLATFORM=android-5.1
2930
os: linux
3031
language: android
3132
jdk: oraclejdk8
3233
android:
3334
components:
3435
- tools
36+
- build-tools-26.0.2
3537
- env: PLATFORM=android-6.0
3638
os: linux
3739
language: android
3840
jdk: oraclejdk8
3941
android:
4042
components:
4143
- tools
44+
- build-tools-26.0.2
4245
- env: PLATFORM=android-7.0
4346
os: linux
4447
language: android
4548
jdk: oraclejdk8
4649
android:
4750
components:
4851
- tools
52+
- build-tools-26.0.2
4953
before_install:
5054
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
5155
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm

0 commit comments

Comments
 (0)
X Tutup