Skip to content

Commit f626bd8

Browse files
committed
Still Travis CI
1 parent 3c64d26 commit f626bd8

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.travis.yml

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
language: android
22
jdk: oraclejdk7
3+
34
android:
4-
components:
5-
- android-22
6-
- build-tools-22.0.1
7-
- extra-android-support
8-
- extra-android-m2repository
9-
- extra-google-m2repository
10-
licenses:
11-
- android-sdk-license-5be876d5
5+
components:
6+
- build-tools-22.0.1
7+
- android-22
8+
- extra-google-google_play_service
9+
- extra-android-support
10+
- extra-android-m2repository
11+
- extra-google-m2repository
12+
licenses:
13+
- android-sdk-license-5be876d5
1214

1315
Before_script:
1416
# Create and start emulator

0 commit comments

Comments
 (0)