diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f74c625 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: android +android: + components: + - platform-tools + - tools + + # The BuildTools version used by your project + - build-tools-23.0.1 + + # The SDK version used to compile your project + - android-23