Skip to content

Commit

Permalink
Add a travis ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Sep 29, 2019
1 parent d8e970f commit e3301f2
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
language: android

android:
components:
- tools
- platform-tools
- build-tools-29.0.0
- android-29
- extra-android-support
- extra-android-m2repository
- extra-google-m2repository

jdk:
- openjdk8

branches:
except:
- gh-pages

licenses:
- '.+'

notifications:
email: false

cache:
directories:
- $HOME/.gradle

script:
- chmod +x ./gradlew

0 comments on commit e3301f2

Please sign in to comment.