From 50ad7f0ae89fc52ce57fe03328f4221fb57f2eac Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 23 Jul 2017 23:26:34 -0700 Subject: Fully implement imagepicker and create play store showcase (#12) * Update changelog * Add uri to imagemodel * Revamp image pickers * Prepare play store showcase * Add encrypted files * Test showcase * Clean elastic recycler activity --- files/travis.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 files/travis.sh (limited to 'files/travis.sh') diff --git a/files/travis.sh b/files/travis.sh new file mode 100644 index 0000000..9df9ad9 --- /dev/null +++ b/files/travis.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Add appropriate files for encryption + +rm kau.tar.enc +cd .. +tar cvf kau.tar files/gplay-keys.json files/kau.keystore files/kau.properties +travis encrypt-file kau.tar --add +rm kau.tar +mv kau.tar.enc files/ \ No newline at end of file -- cgit v1.2.3