Skip to content

Commit d5a8635

Browse files
committedMay 6, 2015
new API token for travis.
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
1 parent 342f416 commit d5a8635

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deploy:
1515
provider: releases
1616
skip_cleanup: true
1717
api_key:
18-
secure: o4CPYfEDU/qSkERjPS00cvRpw+fCXf3kRv8iZtwYtqOoESF/Ck/uX6TVqVm6myc2Bw4y4NmWg9cLjbGKBAgzoGpPaTjhQeZfbqe0AbHnEn5bO5JJQHmOEp+El2muiB+Z8wnusCfyI9lvB761MN7Rij41KOLyDXHlEMrBXaUzpP8=
18+
secure: UxQf5WQ08IJH30i1vLDY+V6TImk1qdUq15yJNFXtJX4/3r4gUuLUWJc7gLaYi3vi+guS1R4ndnsTjaF2yVvjAL7owsQrurx91LvqQ0P9q6ZB66j8QCTM2qBuZ97eC/UO7B57agi0mxKoySQS3PRBJ3iBlVMMEb0LploQ6BilnbE=
1919
file: app/build/outputs/apk/app-release.apk
2020
on:
2121
tags: true

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All dependencies are defined in ```app/build.gradle```. Import the project in An
1717
The result apk file will be placed in ```app/build/outputs/apk/```.
1818

1919
####Build status
20-
[![Build Status](https://travis-ci.org/fossasia/ots15-companion.svg?branch=master)](https://travis-ci.org/fossasia/ots15-companion)
20+
[![Build Status](https://travis-ci.org/fossasia/ots15-companion.svg?branch=master)](https://travis-ci.org/fossasia/ots15-companion)
2121

2222
## Pending Task
2323
* Download schedule in a background thread
@@ -47,4 +47,5 @@ The result apk file will be placed in ```app/build/outputs/apk/```.
4747
* Pratik Todi
4848
* Mario Behling
4949
* Tymon Radzik
50+
* Arnav Gupta
5051

0 commit comments

Comments
 (0)
Please sign in to comment.