Skip to content

Commit

Permalink
Add Continuous Integration with Travis (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
lytefast authored Nov 11, 2020
1 parent 29c77ec commit 169109d
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

dist: trusty

android:
components:
# The BuildTools version used by your project
- build-tools-30.0.2

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

licenses:
- 'android-sdk-preview-license-.+'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'

script:
- ./gradlew build check

0 comments on commit 169109d

Please sign in to comment.