Delete .travis.yml

This commit is contained in:
Aidan Follestad 2020-02-24 11:50:16 -08:00 committed by GitHub
parent dd9aec1dff
commit 23ba4a69cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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