Retrigger Travis build

This commit is contained in:
DjBushido 2014-07-05 11:18:56 -04:00
parent b0a8a37b67
commit 8798d321d1

View File

@ -6,7 +6,9 @@ env:
before_install: before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window & - emulator -avd test -no-skin -no-audio -no-window &
before_script: before_script:
- ./wait_for_emulator - ./wait_for_emulator
- adb shell input keyevent 82 & - adb shell input keyevent 82 &
script: "./gradlew connectedAndroidTestTestConfigDebug" script: "./gradlew connectedAndroidTestTestConfigDebug"