Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Jun 5, 2021
2 parents f1f3415 + ad99d49 commit e13d5e3
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: android
os: linux
dist: trusty
install: true
language: android
jdk: oraclejdk8

env:
global:
- ANDROID_API=30
Expand All @@ -12,18 +11,11 @@ android:
components:
- tools
- platform-tools
- extra-android-support
- extra-google-google_play_services
- extra-android-m2repository
- extra-google-m2repository
licenses:
- '.+'

before_install:
- yes | sdkmanager "platforms;android-$ANDROID_API"
- yes | sdkmanager "build-tools;$ANDROID_BUILD_TOOLS"
- chmod +x gradlew
- ./gradlew dependencies || true

- yes | sdkmanager "platforms;android-$ANDROID_API"

script:
- ./gradlew clean :app:assembleRelease --stacktrace
- chmod +x gradlew && ./gradlew clean :app:assembleRelease --stacktrace

0 comments on commit e13d5e3

Please sign in to comment.