Skip to content

Commit

Permalink
Test di deploy con travis pt3
Browse files Browse the repository at this point in the history
  • Loading branch information
raffysommy committed May 5, 2015
1 parent 35be116 commit 22ef943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android:
- android-22
before_install:
- chmod +x gradlew
script: "./gradlew clean assembleTravis"
deploy:
script: "./gradlew clean assembleTravis"
deploy:
provider: releases
api_key: "c8526dab1810234341695d47e399f7b76e411445"
file: ${TRAVIS_BUILD_DIR}/app/build/outputs/apk/app-travis.apk
Expand Down

0 comments on commit 22ef943

Please sign in to comment.