diff --git a/.travis.yml b/.travis.yml index a708cdd..ee3042b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,21 +13,21 @@ android: - tools - build-tools-30.0.2 - android-30 - - android-22 - - extra-google-google_play_services - - extra-google-m2repository - - extra-android-m2repository - - sys-img-armeabi-v7a-android-22 + #- android-22 + #- extra-google-google_play_services + #- extra-google-m2repository + #- extra-android-m2repository + #- sys-img-armeabi-v7a-android-22 before_install: - - chmod +x gradlew + #- chmod +x gradlew - yes | sdkmanager "platforms;android-30" before_script: - - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a - - emulator -avd test -no-audio -no-window & - - android-wait-for-emulator - - adb shell input keyevent 82 & + #- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a + # - emulator -avd test -no-audio -no-window & + # - android-wait-for-emulator + # - adb shell input keyevent 82 & - apt install nodejs - npm install -g cordova - cordova platfrom add android