Skip to content

Commit 7a8b4c5

Browse files
committed
update travis
1 parent 70015c0 commit 7a8b4c5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android:
77
- tools
88

99
# The BuildTools version used by your project
10-
- build-tools-20
10+
- build-tools-22.0.1
1111

1212
# The SDK version used to compile your project
1313
- android-22
@@ -21,4 +21,11 @@ android:
2121
# if you need to run emulator(s) during your tests
2222
- sys-img-armeabi-v7a-android-19
2323
- 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+
2431
script: ./gradlew build connectedCheck

0 commit comments

Comments
 (0)