Skip to content

Commit 3c00472

Browse files
committed
see 04/27 log
1 parent 9758c1b commit 3c00472

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,17 @@ android:
1313
- 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
1818

1919
licenses:
20-
- android-sdk-license-.+
21-
- '.+'
20+
- android-sdk-license-.+
21+
- '.+'
22+
notifications:
23+
email: false
2224

2325
before_install:
2426
- chmod +x gradlew
2527
- mkdir "$ANDROID_HOME/licenses" || true
2628
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
27-
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
28-
29-
notifications:
30-
email: false
29+
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"

0 commit comments

Comments
 (0)