We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba3b0d commit 0ca0924Copy full SHA for 0ca0924
.travis.yml
@@ -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