Skip to content

Commit

Permalink
try to get travis to do a debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Calabrese authored and bewest committed Sep 9, 2014
1 parent ab19c9e commit 8646846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ android:
licenses:
- android-sdk-license-5be876d5
- ".*intel.+"
script: TERM=dumb ./gradlew assembleDebug
deploy:
provider: releases
file: "./app/build/outputs/apk/app-release-unsigned.apk"
file: "./app/build/outputs/apk/app-debug.apk"
skip_cleanup: true
api_key:
secure: Yv7qc91hNpvFZVjnl1fjA53SfH5kXyJPCabR6IIz2SbExDpstxStSQiUZydIgwrwtXtxliG8irhBdQSfYoYrHREbIZBCX0RkY1QxFpI7r3eLwIUW3SDjfvmbU7HwtYqHqG5gpr1qe81PEj5gFi49YsJYODw9WyaYiRqgE3JFUTs=
Expand Down

0 comments on commit 8646846

Please sign in to comment.