Skip to content

Commit 61f5806

Browse files
committed
see 04/27 log
1 parent 94766bf commit 61f5806

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.travis.yml

+15-5
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,22 @@ env:
99

1010
android:
1111
components:
12-
- platform-tools
13-
- tools
12+
# - platform-tools
13+
# - tools
1414
- build-tools-$BUILD_TOOLS_VERSION
1515
- android-$COMPILE_SDK_VERSION
16-
- extra-android-m2repository
17-
- extra-android-support
16+
# - extra-android-m2repository
17+
# - extra-android-support
18+
19+
licenses:
20+
- android-sdk-license-.+
21+
- '.+'
22+
23+
before_install:
24+
- chmod +x gradlew
25+
- mkdir "$ANDROID_HOME/licenses" || true
26+
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
27+
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
1828

1929
notifications:
20-
email: false
30+
email: true

0 commit comments

Comments
 (0)