Skip to content

Commit 956a296

Browse files
committed
Update travis config 4
1 parent 5b8105d commit 956a296

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,20 @@ language: android
22
jdk: oraclejdk8
33
sudo: false
44

5+
#install:
6+
# - echo y | android update sdk -u -a -t tools
7+
# - echo y | android update sdk -u -a -t platform-tools
8+
# - echo y | android update sdk -u -a -t build-tools-25.0.2
9+
# - echo y | android update sdk -u -a -t android-25
10+
# - echo y | android update sdk -u -a -t extra-google-m2repository
11+
# - echo y | android update sdk -u -a -t extra-android-m2repository
12+
513
android:
614
components:
15+
- tools
16+
- platform-tools
17+
# A second time to install SDK 25: https://github.com/travis-ci/docs-travis-ci-com/issues/779
18+
- tools
719
- build-tools-25.0.2
820
- android-25
921
- extra-android-support

0 commit comments

Comments
 (0)