Skip to content

Commit

Permalink
Test di deploy con travis pt5
Browse files Browse the repository at this point in the history
  • Loading branch information
raffysommy committed May 5, 2015
1 parent 743b25d commit ab0df60
Show file tree
Hide file tree
Showing 3 changed files with 7 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,11 +7,11 @@ android:
- android-22
before_install:
- chmod +x gradlew
script: ./gradlew assembleDebug
script: ./gradlew build
deploy:
provider: releases
api_key: "c8526dab1810234341695d47e399f7b76e411445"
file: ${TRAVIS_BUILD_DIR}/app/build/outputs/apk/app-travis.apk
file: ${TRAVIS_BUILD_DIR}/app/build/outputs/apk/app-release-unsigned.apk
on:
repo: raffysommy/Testappk12
branch: master
Expand Down
2 changes: 2 additions & 0 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
<excludeFolder url="file://$MODULE_DIR$/build/test-results" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
Expand Down
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit ab0df60

Please sign in to comment.