Skip to content

Commit 4ad38db

Browse files
committed
Merge pull request google#35 from tjohns/master
Update Travis CI configuration
2 parents ff0d52b + 86501c0 commit 4ad38db

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,19 @@ language: android
1616

1717
android:
1818
components:
19-
- build-tools-19.0.0
19+
- build-tools-20.0.0
20+
- andorid-19
21+
- android-20
22+
- extra-google-m2repository
23+
- extra-android-m2repository
24+
- sys-img-armeabi-v7a-android-20
2025

2126
notifications:
2227
email: false
2328

2429
env:
2530
matrix:
26-
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
31+
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
2732

2833
before_install:
2934
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI

android/debug.keystore

2.33 KB
Binary file not shown.

android/proguard-project.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,7 @@
126126
-keep class com.google.api.client.**
127127
-keep class com.google.maps.android.**
128128
-keep class libcore.**
129+
-dontwarn org.junit.**
130+
-dontwarn org.mockito.**
131+
-dontwarn org.robolectric.**
132+
-dontwarn com.bumptech.glide.GlideTest

0 commit comments

Comments
 (0)