aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-23 23:26:34 -0700
committerGitHub <noreply@github.com>2017-07-23 23:26:34 -0700
commit50ad7f0ae89fc52ce57fe03328f4221fb57f2eac (patch)
tree69ead8807bb7371428953a0363519343f03f9b5b /.travis.yml
parent4706b8f6a8d08a6961da6ab34d15881b63356d79 (diff)
downloadkau-50ad7f0ae89fc52ce57fe03328f4221fb57f2eac.tar.gz
kau-50ad7f0ae89fc52ce57fe03328f4221fb57f2eac.tar.bz2
kau-50ad7f0ae89fc52ce57fe03328f4221fb57f2eac.zip
Fully implement imagepicker and create play store showcase (#12)3.1.1
* Update changelog * Add uri to imagemodel * Revamp image pickers * Prepare play store showcase * Add encrypted files * Test showcase * Clean elastic recycler activity
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index fb97b18..1830df2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,10 @@ android:
- extra-android-m2repository
- extra-google-m2repository
licenses:
- - '.+'
-script: ./gradlew lintRelease test
+ - ".+"
+script:
+- ./gradlew --quiet androidGitVersion
+- if [[ "$TRAVIS_BRANCH" == "master" ]]; then ./gradlew lintRelease publishRelease; else ./gradlew lintRelease test; fi
branches:
except:
- gh-pages
@@ -26,6 +28,9 @@ notifications:
sudo: false
cache:
directories:
- - $HOME/.m2
+ - "$HOME/.m2"
before_script:
-- chmod +x gradlew \ No newline at end of file
+- chmod +x gradlew
+before_install:
+- openssl aes-256-cbc -K $encrypted_12e8842891a3_key -iv $encrypted_12e8842891a3_iv
+ -in files/kau.tar.enc -out kau.tar -d