Revert "travis: another attempt at creating Display"

This reverts commit 109fadbffb.
This commit is contained in:
rafal1137 2020-06-18 15:11:47 +02:00
parent 9d8ab59292
commit 1b4710d97e

View file

@ -34,10 +34,9 @@ before_script:
before_install:
- echo y | sdkmanager "cmake;3.10.2.4988404"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
# Emulator Management: Create, Start and Wait
- echo no | android create avd --force -n test -t android-25 --abi google_apis/arm64-v8a
- emulator -avd test &
- emulator -avd test -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script: