Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
improve container
  • Loading branch information
aldajo92 committed Mar 28, 2021
commit ffda3c11d7f2a972d2a13167bf91e02efe996ce0
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
global:
- ANDROID_API_LEVEL=26
- EMULATOR_API_LEVEL=22
- ANDROID_BUILD_TOOLS_VERSION=26.0.1
- ANDROID_BUILD_TOOLS_VERSION=29.0.0
- ANDROID_ABI=armeabi-v7a
- ANDROID_TAG=google_apis
- ANDROID_TARGET=android-$ANDROID_API_LEVEL
Expand All @@ -34,7 +34,7 @@ android:
- sys-img-$ANDROID_ABI-google_apis-$EMULATOR_API_LEVEL

before_script:
- echo no | android create avd --force -n test -t android-$EMULATOR_API_LEVEL --abi google_apis/$ANDROID_ABI -c 32M
- echo no | android create avd --force -n test -t android-$EMULATOR_API_LEVEL --abi google_apis/$ANDROID_ABI
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- sleep 180
Expand Down