Skip to content

Commit 71201b1

Browse files
committed
Updating travis to fix CI issues
1 parent 50ac05c commit 71201b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,35 @@ matrix:
4141
android:
4242
components:
4343
- tools
44+
- platform-tools
45+
- tools
4446
- env: PLATFORM=android-5.1
4547
os: linux
4648
language: android
4749
jdk: oraclejdk8
4850
android:
4951
components:
5052
- tools
53+
- platform-tools
54+
- tools
5155
- env: PLATFORM=android-6.0
5256
os: linux
5357
language: android
5458
jdk: oraclejdk8
5559
android:
5660
components:
5761
- tools
62+
- platform-tools
63+
- tools
5864
- env: PLATFORM=android-7.0
5965
os: linux
6066
language: android
6167
jdk: oraclejdk8
6268
android:
6369
components:
6470
- tools
71+
- platform-tools
72+
- tools
6573
before_install:
6674
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
6775
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm

0 commit comments

Comments
 (0)