diff options
author | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-04 17:23:51 +0100 |
---|---|---|
committer | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-04 17:23:51 +0100 |
commit | d7ac9b88cf608e9a1dd66af8149264f89ba9678d (patch) | |
tree | 054c0b5439f75161d18ae883d6f2ca9c046d5aa1 | |
parent | 0c804af1bc22c5aaf95c3bbf53964d43a431b46f (diff) | |
parent | 4f34a8f73fa35d223cdad0df3ac93839ffbf2371 (diff) |
Merge branch 'development' of https://github.com/siacs/Conversations into development
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..cb01fd95 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: android +android: + components: + - platform-tools + - tools + - build-tools-19.1.0 + - android-19 |