mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-08-04 07:08:42 +00:00
Fix Travis build
This commit is contained in:
parent
5fc1569099
commit
a6670e2bea
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -3,12 +3,12 @@ jdk: oraclejdk8
|
||||||
|
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- tools # to get the new `repository-11.xml`
|
- tools
|
||||||
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943)
|
|
||||||
- platform-tools
|
- platform-tools
|
||||||
- build-tools-28.0.3
|
- build-tools-28.0.3
|
||||||
|
- android-24
|
||||||
- android-28
|
- android-28
|
||||||
- sys-img-armeabi-v7a-android-21
|
- sys-img-arm64-v8a-android-24
|
||||||
|
|
||||||
licenses:
|
licenses:
|
||||||
- '.+'
|
- '.+'
|
||||||
|
@ -21,8 +21,8 @@ env:
|
||||||
# Emulator Management: Create, Start and Wait
|
# Emulator Management: Create, Start and Wait
|
||||||
before_script:
|
before_script:
|
||||||
- android list target
|
- android list target
|
||||||
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
|
- echo no | android create avd --force -n test -t android-24 --abi default/arm64-v8a
|
||||||
- emulator -avd test -no-skin -no-audio -no-window &
|
- emulator -avd test -no-audio -no-window &
|
||||||
- android-wait-for-emulator
|
- android-wait-for-emulator
|
||||||
- adb shell input keyevent 82 &
|
- adb shell input keyevent 82 &
|
||||||
-
|
-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue