Skip to content

Commit 3102921

Browse files
committed
Added: 加入Github Release
1 parent 26a601e commit 3102921

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

.travis.yml

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
language: android
22
jdk: openjdk7
33
android:
4-
components:
5-
- build-tools-22.0.1
6-
- android-23
7-
- extra-android-m2repository
8-
- extra-android-support
4+
components:
5+
- build-tools-22.0.1
6+
- android-23
7+
- extra-android-m2repository
8+
- extra-android-support
99
git:
10-
submodules: false
10+
submodules: false
1111
before_install:
12-
- sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
13-
- git submodule init && git submodule update
14-
script:
15-
- ./gradlew assembleRelease
12+
- sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
13+
- git submodule init && git submodule update
14+
script:
15+
- ./gradlew assembleRelease
16+
deploy:
17+
provider: releases
18+
api_key:
19+
secure: Upv5wE4iGDYICtouho0fUrU/4L8dPohjH8AAfwhoK5puvrr3o7rJBS3eeQwt4+/IZJBzIaF5AW3LcLowKnqJUpiGXBvse02ZUk1yeG2gO3Ypjq3xUtbRn+NsvqlXYdBj0EgG4B7Pv8t3cYakca7Rhvfd0FdWvlfoSll/NnqVm3aqJ/EP5RuvSo3M3kxO8D6qx13MLAEQCHIMYPxCt6sO2iUVKUV2p9nfwRGRq9cUN8P4lFZsWgVhr366B7g9Vhi2sYQjovmKxuJamE1dzwEmmFoO4VQOHgExW3hCJ5Nu2iQ7QQn7fKwa9lpKBqmASz0oXoNHKUDXdXxy/VD8YqjG6aK+4U8ynvFGzVqCeVM34VCWdEyPDG2hGVtJRfP7wcWtOiolBkZ02fzybqH7xPCUdYjD0b73oPSy7MSycfjm4ql3T905uXu9i0SdlUan2TEm4m2oU7MaZ42pPZS9MMbSfuCqOGPYUSUEkMyN5e6LCIbvObSCDv9pAeItk4rCP9NjgVgKo+cp7zm8Y+IdLeZwLLlMYbYRQfMBvLkNg4XQc/ubK17DF63vEgRiOyeQ3ESu/INIAbYeMECbHCVXSWilDQb06pPIPcfwfIq4jO7uNxUugWEP/pWrW7BoV6DmiAKleF0E5T6aj3BLt+iRWxaFN0ZzdZjjIGra1rjE8kAgf0E=
20+
file: app/build/outputs/apk/app-release.apk
21+
on:
22+
repo: kesco/SlideBack-Xposed

0 commit comments

Comments
 (0)