Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 918bb6c

Browse files
committed
Fix Travis CI failing
1 parent f80915f commit 918bb6c

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
@@ -1,4 +1,4 @@
1-
nguage: android
1+
language: android
22
jdk: oraclejdk7
33
# turn off caching to avoid caching problems
44
cache: false
@@ -10,15 +10,15 @@ env:
1010

1111
# Emulator Management: Create, Start and Wait
1212
before_script:
13-
- echo no | android create avd --force -n test -t android-23 --abi armeabi-v7a
13+
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
1414
- emulator -avd test -no-skin -no-audio -no-window &
1515
- android-wait-for-emulator
1616
- adb shell input keyevent 82 &
1717

1818
android:
1919
components:
2020
- build-tools-23.0.2
21-
- android-23
21+
- android-21
2222
- extra
23-
- sys-img-armeabi-v7a-android-23
23+
- sys-img-armeabi-v7a-android-21
2424

0 commit comments

Comments
 (0)