diff --git a/.travis.yml b/.travis.yml index 461f65286..fefaae8ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ android: - extra-google-m2repository before_install: - - yes | sdkmanager --licenses + - yes | sdkmanager "platforms;android-28" # ical4android - echo no | android create avd --force -n test -t android-$EMULATOR_API --abi $ANDROID_ABI - emulator -avd test -no-skin -no-audio -no-window & - ./.wait_for_emulator.sh