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 dcb55ab commit 9b6da2cCopy full SHA for 9b6da2c
.travis.yml
@@ -16,9 +16,5 @@ android:
16
before_install:
17
- chmod +x gradlew
18
19
-# Emulator Management: Create, Start and Wait
20
-before_script:
21
- - echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
22
- - emulator -avd test -no-audio -no-window &
23
- - android-wait-for-emulator
24
- - adb shell input keyevent 82 &
+script:
+ - ./gradlew build check
0 commit comments