mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-08-06 07:58:39 +00:00
Delete .travis.yml
This commit is contained in:
parent
dd9aec1dff
commit
23ba4a69cd
1 changed files with 0 additions and 29 deletions
29
.travis.yml
29
.travis.yml
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue