forked from tus/tus-android-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
26 lines (25 loc) · 768 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
sudo: false
language: android
android:
components:
# SDK version
- android-22
# Build tools version
- build-tools-22.0.1
script:
- ./gradlew test
deploy:
- provider: script
script: ./deploy-gh-pages.sh
on:
branch: master
- provider: script
script: ./deploy-bintray.sh
on:
tags: true
env:
global:
# GitHub
- secure: "hvVpRgZ9sUbM5qQcG4ZQFOMY1LmIHgnzv5CalOXl2PCHnZXF/w8+hFoaYbrN273Wq7B7WDixgOLX2uZyuq1e34w9AAD1kbz9XJz7K3RUEPQXNcGI/tcHGi8UmZK14JvqS0/oaag3INWbeQGHf/iPR1tbeW/4KUhCHj8fy04k34c="
# Bintray
- secure: "FuB9QFkFCHfGOdtygHwekh/bBFIiLxKAhYBEYhic8VvZjtOkVW+Epz4uuywhioMAm8dFQUJP4HemnaKekhhO1HJXTQ2dw1da6Y0+7oRO41cTR/yexsls88G+DZ0ssr/ivkzkrF3QPGl7SV0ItYhgCx7whbELAWPboxYqDzEPVJY="