Skip to content

Commit d5cd4f0

Browse files
author
Mike Ng
committed
Change to API 23.
1 parent 7360053 commit d5cd4f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ android:
44
- tools
55
- platform-tools
66
- build-tools-24.0.3
7-
- android-24
8-
- doc-24
7+
- android-23
8+
- doc-23
99
- extra-android-m2repository
10-
- sys-img-armeabi-v7a-android-24
10+
- sys-img-armeabi-v7a-android-23
1111
jdk:
1212
- oraclejdk8
1313
before_cache:
@@ -19,7 +19,7 @@ cache:
1919
before_script:
2020
- echo $TRAVIS_BRANCH
2121
- echo $TRAVIS_TAG
22-
- echo no | android create avd --force -n test -t android-24 --abi default/armeabi-v7a
22+
- echo no | android create avd --force -n test -t android-23 --abi default/armeabi-v7a
2323
- emulator -avd test -no-audio -no-window &
2424
- android-wait-for-emulator
2525
- adb shell input keyevent 82 &

0 commit comments

Comments
 (0)