From 453610c39f38a0a09b51fb05d2d735f316bdf6b0 Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Fri, 9 May 2014 12:45:45 +0200 Subject: [PATCH] Add Travis CI config. //FREEBIE --- .travis.yml | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..ae66262a0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: android +android: + components: + - platform-tools + - build-tools-19.1.0 + - android-19 + - extra-android-m2repository diff --git a/README.md b/README.md index 07bfef126..36d505856 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TextSecure +# TextSecure [![Build Status](https://travis-ci.org/WhisperSystems/TextSecure.svg?branch=master)](https://travis-ci.org/WhisperSystems/TextSecure) TextSecure is a messaging app for easy private communicate with friends.