Skip to content

Commit

Permalink
Merge pull request google#35 from tjohns/master
Browse files Browse the repository at this point in the history
Update Travis CI configuration
  • Loading branch information
btco committed Aug 12, 2014
2 parents ff0d52b + 86501c0 commit 4ad38db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,19 @@ language: android

android:
components:
- build-tools-19.0.0
- build-tools-20.0.0
- andorid-19
- android-20
- extra-google-m2repository
- extra-android-m2repository
- sys-img-armeabi-v7a-android-20

notifications:
email: false

env:
matrix:
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a

before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
Expand Down
Binary file added android/debug.keystore
Binary file not shown.
4 changes: 4 additions & 0 deletions android/proguard-project.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,7 @@
-keep class com.google.api.client.**
-keep class com.google.maps.android.**
-keep class libcore.**
-dontwarn org.junit.**
-dontwarn org.mockito.**
-dontwarn org.robolectric.**
-dontwarn com.bumptech.glide.GlideTest

0 comments on commit 4ad38db

Please sign in to comment.