Skip to content

Commit

Permalink
deploy debug-apks to github
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Dec 12, 2015
1 parent 70c6bda commit 002d1cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Expand Up @@ -48,3 +48,15 @@ addons:
build_command_prepend: "./gradlew clean"
build_command: "./gradlew build"
branch_pattern: master

deploy:
skip_cleanup: true
provider: releases
api_key:
secure: hWL8k4eTm6RBA6JtY+zL/bFFm+f2eM466kKlHBrywukSXAThgX8VzHVu9I8u9bL1yP2j8R9XHmG+C49Fy8NZ85Hmj5ECFg3dGRhfxAzr3o3deP3Kaeo+LozGhOy/z2PvOPyHS7XqOK8kk8gmoMJ9jvhz+wFAbW9GxhKLYBMn81E=
file:
- app/build/outputs/apk/app-normal-debug.apk
- app/build/outputs/apk/app-system-debug.apk
on:
repo: SecUpwN/Android-IMSI-Catcher-Detector
tags: true

0 comments on commit 002d1cf

Please sign in to comment.