From 23ba4a69cd2b91cb2cb348a1dccf9107f4c516f9 Mon Sep 17 00:00:00 2001 From: Aidan Follestad Date: Mon, 24 Feb 2020 11:50:16 -0800 Subject: [PATCH] Delete .travis.yml --- .travis.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 15f5e8e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -language: android -jdk: oraclejdk8 - -android: - components: - - tools - - platform-tools - - build-tools-28.0.3 - - android-24 - - android-28 - - sys-img-armeabi-v7a-android-24 - - licenses: - - '.+' - -env: - global: - # install timeout in minutes (2 minutes by default) - - ADB_INSTALL_TIMEOUT=8 - - -# Emulator Management: Create, Start and Wait -before_script: - - echo no | android create avd --force -n test -t android-24 --abi default/armeabi-v7a - - emulator -avd test -no-window & - - android-wait-for-emulator - - adb shell input keyevent 82 & - - -script: - - ./gradlew build connectedCheck