From fe83786a114a35664cacc38054356db0a99a3ab5 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Richter Date: Fri, 1 Jun 2018 16:27:41 +0200 Subject: [PATCH] added initial .travis.yml --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..3009a1c41b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: android + +android: + components: + - tools + - platform-tools + + # The BuildTools version used by your project + - build-tools-27.0.3 + - android-27 + +script: ./gradlew test