Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit 49aeef1

Browse files
committed
Update Travis build script
1 parent 07a8beb commit 49aeef1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,19 @@ android:
2525
- tools
2626
- build-tools-$ANDROID_BUILD_TOOLS
2727
- android-$ANDROID_API
28-
- extra-android-support
2928
- extra-google-google_play_services
3029
- extra-google-m2repository
30+
- extra-android-m2repository
3131
licenses:
32-
- '.+'
32+
- 'android-sdk-license-.+'
33+
- 'android-sdk-preview-license-.+'
34+
- 'google-gdk-license-.+'
3335

3436
notifications:
3537
email: false
3638

3739
before_install:
40+
- yes | sdkmanager "platforms;android-27"
3841
- openssl aes-256-cbc -K $encrypted_fe6090d19007_key -iv $encrypted_fe6090d19007_iv -in chrome.jks.enc -out chrome.jks -d
3942
- chmod +x gradlew
4043
- ./gradlew dependencies

0 commit comments

Comments
 (0)