We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70015c0 commit 7a8b4c5Copy full SHA for 7a8b4c5
.travis.yml
@@ -7,7 +7,7 @@ android:
7
- tools
8
9
# The BuildTools version used by your project
10
- - build-tools-20
+ - build-tools-22.0.1
11
12
# The SDK version used to compile your project
13
- android-22
@@ -21,4 +21,11 @@ android:
21
# if you need to run emulator(s) during your tests
22
- sys-img-armeabi-v7a-android-19
23
- sys-img-x86-android-17
24
+
25
+before_script:
26
+ - echo no | android create avd --force -n test -t android-17 --abi armeabi-v7a
27
+ - emulator -avd test -no-skin -no-audio -no-window &
28
+ - android-wait-for-emulator
29
+ - adb shell input keyevent 82 &
30
31
script: ./gradlew build connectedCheck
0 commit comments