Add Travis CI config.
//FREEBIE
This commit is contained in:
parent
c85a8bbb38
commit
453610c39f
2 changed files with 8 additions and 1 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: android
|
||||
android:
|
||||
components:
|
||||
- platform-tools
|
||||
- build-tools-19.1.0
|
||||
- android-19
|
||||
- extra-android-m2repository
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue