Skip to content

Commit 9a6ff27

Browse files
authored
Merge pull request #147 from jcesarmobile/CB-13750
CB-13750: Add build-tools-26.0.2 to travis
2 parents be8be33 + cadc68f commit 9a6ff27

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
@@ -48,6 +48,7 @@ matrix:
4848
components:
4949
- tools
5050
- extra-android-m2repository
51+
- build-tools-26.0.2
5152
- env: PLATFORM=android-5.1
5253
os: linux
5354
language: android
@@ -56,6 +57,7 @@ matrix:
5657
components:
5758
- tools
5859
- extra-android-m2repository
60+
- build-tools-26.0.2
5961
- env: PLATFORM=android-6.0
6062
os: linux
6163
language: android
@@ -64,6 +66,7 @@ matrix:
6466
components:
6567
- tools
6668
- extra-android-m2repository
69+
- build-tools-26.0.2
6770
- env: PLATFORM=android-7.0
6871
os: linux
6972
language: android
@@ -72,6 +75,7 @@ matrix:
7275
components:
7376
- tools
7477
- extra-android-m2repository
78+
- build-tools-26.0.2
7579
before_install:
7680
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
7781
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm

0 commit comments

Comments
 (0)