Skip to content

Commit

Permalink
Add ci configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Feb 23, 2020
1 parent dafd389 commit da43aa9
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 da43aa9

Please sign in to comment.