Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Fixed emulator options to have builds running in Trusty in Travis CI (#…
Browse files Browse the repository at this point in the history
…176)

* Edit emulator audio options so that the Android build works in Trusty
  • Loading branch information
iriberri authored and Serchinastico committed Aug 16, 2017
1 parent e859eb0 commit bbae300
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
@@ -1,6 +1,6 @@
language: android
jdk: oraclejdk8
dist: precise
dist: trusty
env:
global:
- ADB_INSTALL_TIMEOUT=8 # 8 minutes (2 minutes by default)
Expand All @@ -20,7 +20,7 @@ android:

before_script:
- echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- QEMU_AUDIO_DRV=none emulator -avd test -no-window &
- android-wait-for-emulator
- adb shell settings put global window_animation_scale 0 &
- adb shell settings put global transition_animation_scale 0 &
Expand Down

0 comments on commit bbae300

Please sign in to comment.