From a4592168ff19d81677f3d31aa312c6aff0f9aa4e Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Tue, 28 Aug 2018 11:12:03 +0300 Subject: [PATCH] Add travis configuration file --- .travis.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..93df6e80 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,21 @@ +# https://docs.travis-ci.com/user/languages/android/ +language: android +jdk: openjdk8 +sudo: false + +android: + components: + - tools + - platform-tools + - tools + + - build-tools-27.0.3 + - android-27 + +branches: + except: + - gh-pages + +cache: + directories: + - $HOME/.m2 \ No newline at end of file