From d6cfe5974af039173777f06c1b9792b20ae029d6 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Sun, 31 May 2020 13:33:48 +0200 Subject: [PATCH] Remove Travis complete --- .travis.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7a384d459..000000000 --- a/.travis.yml +++ /dev/null @@ -1,33 +0,0 @@ -language: android - -jdk: oraclejdk8 - -# force non-container build -sudo: required - -android: - components: - - tools - - android-28 - - platform-tools - - build-tools-28.0.3 - - extra-android-support - - extra-android-m2repository - - sys-img-armeabi-v7a-android-27 - licenses: - - 'android-sdk-preview-license-52d11cd2' - - 'android-sdk-license-.+' - - 'google-gdk-license-.+' - -script: - ./gradlew --stacktrace testDebug - - if [ ${TEST} == "android" ]; then - echo no | android create avd --force --name test --target $ANDROID_TARGET --abi $ANDROID_ABI; - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator; - sleep 10; - adb shell svc power stayon true; - sleep 5; - adb shell input keyevent 82; - ./gradlew --stacktrace connectedFdroidDebugAndroidTest -i; - fi