Merge remote-tracking branch 'origin/master'

This commit is contained in:
Him188 2019-12-15 15:06:15 +08:00
commit 796b1ca7c8

26
.travis.yml Normal file
View File

@ -0,0 +1,26 @@
language: android
#### use android since there are android components####
jdk:
- openjdk11
android:
components:
- build-tools-29
- android-29
- extra
licenses:
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
- 'android-sdk-preview-license-.+'
install: true
sudo: required
before_script:
- chmod +x gradlew
script:
- ./gradlew clean build -i --continue