From bfbdcfa07e28c09dcde19cec582da7cffeff5c12 Mon Sep 17 00:00:00 2001 From: mhutti1 Date: Wed, 8 Mar 2017 20:39:20 +0000 Subject: [PATCH] Added initial travis yml --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..5cd6595aa --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: android +android: + components: + # Uncomment the lines below if you want to + # use the latest revision of Android SDK Tools + # - platform-tools + # - tools + + # The BuildTools version used by your project + - build-tools-24.0.1 + + # The SDK version used to compile your project + - android-24