summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorkLeZ <julius8774@gmail.com>2014-09-23 09:21:24 +0200
committerkLeZ <julius8774@gmail.com>2014-09-23 09:21:24 +0200
commitcac3e8e71c1b073d6f3b65dbb301c56ce7fa7fa7 (patch)
tree68384369627d70b58eaf8e93a0425b703e78172b /.travis.yml
parent1e860374e2df56bbbbbb70ad6c32729655c5898c (diff)
parent75d03937d4561be8db94c3753d20034323bab3da (diff)
Merge branch 'master' of github.com:zeapo/Android-Password-Store
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
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