Skip to content

Commit b6937df

Browse files
committed
# This is a combination of 2 commits.
# The first commit's message is: Fix .travis.yml # The 2nd commit message will be skipped: # Add missing dependencies
1 parent 0a8920e commit b6937df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ sudo: false
77

88
android:
99
components:
10-
- build-tools-23.0.1
10+
- platform-tools
11+
- tools
12+
- build-tools-23.0.3
1113
- android-22
1214
- doc-23
1315
- extra-android-support
1416
- extra-android-m2repository
17+
- extra-google-m2repository
18+
- extra-google-google_play_services
19+
- addon-google_apis-google-28
1520

1621
before_install:
1722
- pip install --user codecov

0 commit comments

Comments
 (0)