Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gayanvoice authored Sep 22, 2019
1 parent a75cd86 commit a6840ca
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: android

before_install:
- chmod +x gradlew

script: ./gradlew :build

android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools

# The BuildTools version used by your project
- build-tools-29.0.0

# The SDK version used to compile your project
- android-28

0 comments on commit a6840ca

Please sign in to comment.