Skip to content

Commit

Permalink
Change back &
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent c629f52 commit 4ebb687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ android:

before_script:
- echo no | android create avd --force --name test --target android-$EMULATOR_SDK_LEVEL --abi $ABI --tag $TAG
- emulator -avd test -no-audio -no-window &
- emulator -avd test -no-audio -no-window &
- ./gradlew check -PdisablePreDex --continue --stacktrace
- android-wait-for-emulator
- adb devices
- adb shell input keyevent 82 &
- adb shell input keyevent 82 &

script:
- travis_wait 60 ./gradlew connectedAndroidTest -PdisablePreDex --stacktrace
Expand Down

0 comments on commit 4ebb687

Please sign in to comment.