Skip to content

Commit 9b6da2c

Browse files
committed
Updated for Travis
1 parent dcb55ab commit 9b6da2c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,5 @@ android:
1616
before_install:
1717
- chmod +x gradlew
1818

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 &
19+
script:
20+
- ./gradlew build check

0 commit comments

Comments
 (0)