Skip to content

Commit ef89d9f

Browse files
committed
CB-13756: Add build-tools-26.0.2 to travis
1 parent c24c733 commit ef89d9f

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
@@ -41,27 +41,31 @@ matrix:
4141
android:
4242
components:
4343
- tools
44+
- build-tools-26.0.2
4445
- env: PLATFORM=android-5.1
4546
os: linux
4647
language: android
4748
jdk: oraclejdk8
4849
android:
4950
components:
5051
- tools
52+
- build-tools-26.0.2
5153
- env: PLATFORM=android-6.0
5254
os: linux
5355
language: android
5456
jdk: oraclejdk8
5557
android:
5658
components:
5759
- tools
60+
- build-tools-26.0.2
5861
- env: PLATFORM=android-7.0
5962
os: linux
6063
language: android
6164
jdk: oraclejdk8
6265
android:
6366
components:
6467
- tools
68+
- build-tools-26.0.2
6569
before_install:
6670
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
6771
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm

0 commit comments

Comments
 (0)