diff --git a/.travis.yml b/.travis.yml index 0fa02d228..bdc9e0cc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ -language: java - - +language: android +#### use android since there are android components#### jdk: - openjdk11 @@ -10,7 +9,10 @@ android: - android-26 - extra - +licenses: + - 'android-sdk-license-.+' + - 'google-gdk-license-.+' + - 'android-sdk-preview-license-.+' install: true