Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkhezry committed May 23, 2019
1 parent 692ba98 commit f1251be
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: android
jdk: oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-28.0.3
- android-28
licenses:
- '.+'
before_install:
- yes | sdkmanager "platforms;android-28"
- yes | sdkmanager "build-tools;28.0.3"

sudo: required
install: true

before_script:
- chmod +x gradlew

script:
- ./gradlew assembleRelease --stacktrace

0 comments on commit f1251be

Please sign in to comment.