Skip to content

Commit

Permalink
updating travis for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
burntcookie90 committed Jul 30, 2014
1 parent 18d324e commit b84bcbb
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@ language: android
jdk: oraclejdk7
env:
matrix:
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a

- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
android:
components:
- build-tools-19.0.3

- build-tools-19.1
before_script:
- cp keystore.properties.example keystore.properties
- cp local.properties.example local.properties
- ls *.properties
- echo $ANDROID_HOME

script: ./gradlew clean assembleDebug
- cp keystore.properties.example keystore.properties
- cp local.properties.example local.properties
script: "./gradlew clean assembleDebug"
deploy:
provider: releases
api_key:
secure: MeGKfVwOrIMT5TzI5tBhwfCH7tICedcJe0p5Cp3lyPhY26VlVJQ2HKH3yuv7OF9a6ngVWdBjxPtn2dDlWb3AqpPZDEwgzCJrYjaDlBfhk3JSdepKmhEltbcvFWyPgWGNVGWw3+EmDiDrmscKjF9kc0F06KveRziJb8JC3RBIDIk=
file: ${TRAVIS_BUILD_DIR}/lastcall/build/outputs/apk/lastcall-debug.apk
on:
repo: dinosaurwithakatana/lastcaller
branch: master
tags: true
all_branches: true

0 comments on commit b84bcbb

Please sign in to comment.