diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000000000000000000000000000000000..79e368ee1e87b0eb68423c5086808784d404bec1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: android +android: + components: + - build-tools-19.0.2 + - android-10 + licenses: + - 'android-sdk-.*' + - '.*intel.+' +script: + - gradle build +notifications: + - email: false