Skip to content

Commit 0ca0924

Browse files
committed
Fix googlemaps#207 - Add Travis CI support
1 parent dba3b0d commit 0ca0924

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: android
2+
android:
3+
components:
4+
- build-tools-23.0.0
5+
- android-23
6+
- extra-google-google_play_services
7+
- extra-google-m2repository
8+
- extra-android-m2repository
9+
- addon-google_apis-google-23
10+
- sys-img-armeabi-v7a-addon-google_apis-google-23
11+
env:
12+
matrix:
13+
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_ABI=google_apis/armeabi-v7a
14+
before_install:
15+
- echo no | android create avd --force -n test -t "Google Inc.:Google APIs:23" --abi $ANDROID_ABI
16+
- emulator -avd test -no-skin -no-audio -no-window &
17+
- android-wait-for-emulator
18+
script: ./gradlew connectedCheck -x library:signArchives

0 commit comments

Comments
 (0)