Skip to content

Commit

Permalink
Test di deploy con travis pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
raffysommy committed May 5, 2015
1 parent 0fa3adf commit 35be116
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ android:
- android-22
before_install:
- chmod +x gradlew
script:
- ./gradlew clean test
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 35be116

Please sign in to comment.