Skip to content

Commit c5802c5

Browse files
authored
Merge pull request #30 from jcesarmobile/CB-13765
CB-13765: Add build-tools-26.0.2 to travis
2 parents 76f290e + 6fd974d commit c5802c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
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)