Skip to content

Commit

Permalink
3 emulators
Browse files Browse the repository at this point in the history
  • Loading branch information
SupinePandora43 authored Jun 24, 2019
1 parent 57646f9 commit db370fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ env:
# - API=21 ABI="google_apis;armeabi-v7a" #

# - API=19 ABI="google_apis;x86" #
# - API=19 ABI="google_apis;armeabi-v7a" #
- API=19 ABI="google_apis;armeabi-v7a" #
# - API=19 ABI="google_apis;armeabi" #

# - API=18 ABI="google_apis;x86" #
Expand All @@ -72,7 +72,7 @@ env:
# - API=17 ABI="google_apis;armeabi" #
# - API=17 ABI="google_apis;armeabi-v7a" #

- API=16 ABI="google_apis;x86" #
# - API=16 ABI="google_apis;x86" #
- API=16 ABI="google_apis;armeabi-v7a" #
# - API=16 ABI="google_apis;armeabi" #

Expand Down Expand Up @@ -118,6 +118,7 @@ before_script:
else
EMU_PARAMS="-no-boot-anim -gpu off"
fi
echo $EMU_PARAMS
$ANDROID_HOME/emulator/emulator -avd test -no-accel -no-audio $EMU_PARAMS $EMU_ADDITIONAL_OPTIONS ${EMU_DEBUG} &
- chmod +x ./travis_scripts/android-wait-for-emulator.sh
Expand Down

0 comments on commit db370fa

Please sign in to comment.