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

Commit

Permalink
Update Travis build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed Mar 1, 2018
1 parent 07a8beb commit 49aeef1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,19 @@ android:
- tools
- build-tools-$ANDROID_BUILD_TOOLS
- android-$ANDROID_API
- extra-android-support
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
licenses:
- '.+'
- 'android-sdk-license-.+'
- 'android-sdk-preview-license-.+'
- 'google-gdk-license-.+'

notifications:
email: false

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

0 comments on commit 49aeef1

Please sign in to comment.