Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Jan 17, 2020
1 parent 034ee2a commit ddd74b8
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ install: true
env:
global:
- ANDROID_API_LEVEL=22
- ANDROID_BUILD_TOOLS_VERSION=27.0.3
- ANDROID_ABI=x86_6
- ANDROID_TAG=google_apis
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
- ANDROID_ABI=armeabi-v7a

addons:
sonarcloud:
Expand All @@ -30,16 +29,12 @@ branches:

android:
components:
# - tools
- tools
- platform-tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- android-$ANDROID_API_LEVEL
- extra-google-m2repository
- extra-android-m2repository
# - sys-img-x86-android-$ANDROID_API_LEVEL
# - sys-img-armeabi-v7a-android-24
# - android-22
- sys-img-armeabi-v7a-android-$ANDROID_API_LEVEL

licenses:
Expand All @@ -49,20 +44,9 @@ android:

before_install:
- yes | sdkmanager "platforms;android-$ANDROID_API_LEVEL"
# - sdkmanager "system-images;android-24;default;armeabi-v7a"

# - yes | sdkmanager "system-images;android-$ANDROID_API_LEVEL;default;$ANDROID_ABI" #>/dev/null # install our emulator
# - no | avdmanager create avd --force -n test -k "system-images;android-$ANDROID_API_LEVEL;default;$ANDROID_ABI" -c 10M
# - emulator -verbose -avd test -no-accel -no-snapshot -no-window -no-audio -selinux permissive -qemu -m 2048 &
# - android-wait-for-emulator
# - adb shell input keyevent 82 &


before_script:
# - echo no | android create avd --force -n test -t android-$ANDROID_API_LEVEL --abi $ANDROID_ABI
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
# - echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
# - avdmanager create avd --force -n test -k "system-images;android-22;default;armeabi-v7a"
- echo no | android create avd --force -n test -t android-$ANDROID_API_LEVEL --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
Expand Down

0 comments on commit ddd74b8

Please sign in to comment.