Skip to content

Commit f886b41

Browse files
committed
Update .travis.yml
1 parent 48b29e7 commit f886b41

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

.travis.yml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ notifications:
88

99
env:
1010
matrix:
11-
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
12-
- ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a
11+
- ADB_INSTALL_TIMEOUT=15 ANDROID_BUILD_TOOLS_VERSION=25.0.2 ANDROID_API_LEVEL=25 ANDROID_ABI=armeabi-v7a ANDROID_TAG=google_apis
1312
global:
14-
- ADB_INSTALL_TIMEOUT=10 #Time out to 10 mins
13+
- GRADLE_OPTS="-Xmx512m"
1514

1615
before_cache:
1716
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
@@ -27,22 +26,18 @@ android:
2726
components:
2827
- platform-tools
2928
- tools
30-
- build-tools-25.0.1
31-
- android-25
32-
33-
# Additional components
29+
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
30+
- android-$ANDROID_API_LEVEL
31+
- addon-$ANDROID_TAG-google-$ANDROID_API_LEVEL
3432
- extra-google-google_play_services
3533
- extra-google-m2repository
3634
- extra-android-m2repository
35+
- sys-img-armeabi-v7a-$ANDROID_TARGET
3736

38-
#system images
39-
- sys-img-armeabi-v7a-android-19
40-
- sys-img-armeabi-v7a-android-21
41-
42-
licenses:
43-
- 'android-sdk-preview-license-52d11cd2'
44-
- 'android-sdk-license-.+'
45-
- 'google-gdk-license-.+'
37+
#licenses:
38+
# - 'android-sdk-preview-license-52d11cd2'
39+
# - 'android-sdk-license-.+'
40+
# - 'google-gdk-license-.+'
4641

4742
before_script:
4843
- chmod +x gradlew #Grand permissions

0 commit comments

Comments
 (0)