plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d6d713fc18b2f766d09413fd212eaa6864159d09
parent c56e0f41a535aeb6fe87bd551ebb18a9e090e5f8
Author: gstraube <gstraube@mailbox.org>
Date:   Sat, 12 Aug 2017 15:03:38 +0200

Restore previous configuration

Diffstat:
M.travis.yml | 22+---------------------
1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,7 +1,4 @@ language: android -sudo: required -dist: trusty -group: edge jdk: oraclejdk8 android: components: @@ -15,23 +12,6 @@ before_install: - mkdir "$ANDROID_HOME/licenses" || true - echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license" - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license" -install: - - echo yes | sdkmanager "tools" - - echo yes | sdkmanager "platforms;android-25" - - echo yes | sdkmanager "extras;android;m2repository" - - echo yes | sdkmanager "extras;google;m2repository" - - echo yes | sdkmanager "extras;m2repository;com;android;support;constraint;constraint-layout;1.0.2" - - echo yes | sdkmanager "extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.2" - - echo yes | sdkmanager "system-images;android-25;google_apis;armeabi-v7a" licenses: - android-sdk-license-.+ - - '.+' -before_script: - - echo no | avdmanager create avd --force -n test --tag google_apis --abi google_apis/armeabi-v7a -k 'system-images;android-25;google_apis;armeabi-v7a' --device 'Nexus 5X' - - $ANDROID_HOME/tools/emulator -avd test -skin 1080x1920 -no-audio -no-window -verbose & - - android-wait-for-emulator - - adb shell input keyevent 82 & -notifications: - email: false -script: - - travis_wait 30 ./gradlew build connectedCheck +- '.+'