Skip to content

Commit 002d1cf

Browse files
committed
deploy debug-apks to github
1 parent 70c6bda commit 002d1cf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,15 @@ addons:
4848
build_command_prepend: "./gradlew clean"
4949
build_command: "./gradlew build"
5050
branch_pattern: master
51+
52+
deploy:
53+
skip_cleanup: true
54+
provider: releases
55+
api_key:
56+
secure: hWL8k4eTm6RBA6JtY+zL/bFFm+f2eM466kKlHBrywukSXAThgX8VzHVu9I8u9bL1yP2j8R9XHmG+C49Fy8NZ85Hmj5ECFg3dGRhfxAzr3o3deP3Kaeo+LozGhOy/z2PvOPyHS7XqOK8kk8gmoMJ9jvhz+wFAbW9GxhKLYBMn81E=
57+
file:
58+
- app/build/outputs/apk/app-normal-debug.apk
59+
- app/build/outputs/apk/app-system-debug.apk
60+
on:
61+
repo: SecUpwN/Android-IMSI-Catcher-Detector
62+
tags: true

0 commit comments

Comments
 (0)