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

Commit

Permalink
Remove android from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern committed Jun 11, 2019
1 parent f9ffc05 commit 813d8c0
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,13 @@
language: android
language: java
jdk: oraclejdk8
sudo: required
before_install:
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
android:
components:
- tools
- tools
- platform-tools
- android-27
- build-tools-27.0.2
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- "$HOME/.gradle/caches/"
- "$HOME/.gradle/wrapper/"
- "$HOME/.android/build-cache"
before_script:
- echo y | ${ANDROID_HOME}/tools/bin/sdkmanager --channel=3 "tools" "platform-tools"
"build-tools;27.0.2" "platforms;android-27" "extras;google;m2repository"
script: "./build.sh"
java/service-account:
json:
Expand Down

0 comments on commit 813d8c0

Please sign in to comment.