Skip to content

Commit 14f3a64

Browse files
committed
fixed ci error
1 parent 701d722 commit 14f3a64

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.travis.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@ android:
66
components:
77
- platform-tools
88
- tools
9-
- build-tools-23.0.3
10-
- android-22
9+
- build-tools-25.0.1
1110
- android-23
12-
- sys-img-armeabi-v7a-android-22
11+
- sys-img-armeabi-v7a-android-23
1312
- extra-android-m2repository
13+
licenses:
14+
- 'android-sdk-preview-license-52d11cd2'
15+
- 'android-sdk-license-.+'
16+
- 'google-gdk-license-.+'
1417

15-
before_script:
16-
# Create and start emulator
17-
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
18-
- emulator -avd test -no-skin -no-audio -no-window &
19-
- android-wait-for-emulator
20-
- adb shell input keyevent 82 &
21-
22-
script: ./gradlew connectedAndroidTest --stacktrace
18+
script: ./gradlew clean assemble --stacktrace

0 commit comments

Comments
 (0)