Skip to content

Commit d5c7889

Browse files
longbaiMistyL
authored andcommitted
update travis
1 parent 20a1905 commit d5c7889

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,27 @@ jdk:
88

99
android:
1010
components:
11-
# Uncomment the lines below if you want to
12-
# use the latest revision of Android SDK Tools
11+
- tools
1312
- platform-tools
1413
- tools
1514

1615
# The BuildTools version used by your project
17-
- build-tools-25.0.2
16+
- build-tools-26.0.0
1817

1918
# The SDK version used to compile your project
2019
- android-25
2120

2221
# Specify at least one system image
2322
# if you need to run emulator(s) during your tests
24-
- sys-img-armeabi-v7a-google_apis-25
23+
- sys-img-armeabi-v7a-android-22
2524

2625
- extra-android-support
2726
- extra-android-m2repository
2827

2928
# Emulator Management: Create, Start and Wait
3029
before_script:
3130
- android list targets
32-
- echo no | android create avd --force -n test -t android-25 --abi google_apis/armeabi-v7a
31+
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
3332
- emulator -avd test -no-audio -no-window &
3433
- android-wait-for-emulator
3534
- adb shell input keyevent 82 &

0 commit comments

Comments
 (0)