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