diff options
author | knuthy <knuthy@gmail.com> | 2014-09-22 22:37:07 +0200 |
---|---|---|
committer | knuthy <knuthy@gmail.com> | 2014-09-22 22:37:07 +0200 |
commit | 0d3bcfd5054e62260f458bd9c6952aa85205e2a5 (patch) | |
tree | 2ed63c8a2af1cf62dc6ef6237b38885bc8a523e1 /.travis.yml | |
parent | c9b4a5bac45f347cff61d7c35557d44dbbb320d6 (diff) |
trying to use travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..278d7a93 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,22 @@ +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-19.1.0 + + # The SDK version used to compile your project + - android-19 + + # Additional components + - extra-google-m2repository + - extra-android-m2repository + + # Specify at least one system image, + # if you need to run emulator(s) during your tests + - sys-img-armeabi-v7a-android-19 + - sys-img-x86-android-17 |