From b84bcbb44b79813c041e6e7d97fa344ca2e42361 Mon Sep 17 00:00:00 2001 From: Vishnu Rajeevan Date: Tue, 29 Jul 2014 23:48:50 -0500 Subject: [PATCH] updating travis for deployment --- .travis.yml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index bcde8fa..33acc4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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