Skip to content

Commit

Permalink
Fix travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Muyangmin committed Sep 13, 2016
1 parent ef22d69 commit 1b75318
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,12 @@ cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

before_script:
# Create and start emulator
- echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- ./gradlew clean connectAndroidTest assembleRelease --stacktrace

0 comments on commit 1b75318

Please sign in to comment.