From 681205d0f4b2dd09b90069ce5421b3920aa5239f Mon Sep 17 00:00:00 2001 From: liujiahua123123 Date: Sun, 15 Dec 2019 15:10:21 +0800 Subject: [PATCH 1/2] travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ef91ac44..d376da570 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: android #### use android since there are android components#### jdk: - openjdk11 +os: linux + android: components: @@ -17,7 +19,7 @@ licenses: install: true -sudo: required + before_script: - chmod +x gradlew From 236d71cd7e4a2cf1dfe1ab7d8918a60eac7f4b69 Mon Sep 17 00:00:00 2001 From: liujiahua123123 Date: Sun, 15 Dec 2019 15:11:54 +0800 Subject: [PATCH 2/2] travis --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d376da570..daf6a4c60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,11 +10,11 @@ android: - build-tools-29 - android-29 - extra + licenses: + - 'android-sdk-license-.+' + - 'google-gdk-license-.+' + - 'android-sdk-preview-license-.+' -licenses: - - 'android-sdk-license-.+' - - 'google-gdk-license-.+' - - 'android-sdk-preview-license-.+' install: true