aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-02 22:55:52 -0400
committerAllan Wang <me@allanwang.ca>2017-07-02 22:55:52 -0400
commite96651d20e8acfdb773ba209ebe76ec53083700e (patch)
treece11bb8405be91287be2bf17d5984bb57f38f6a4 /files
parenta87d457e5ad2097ef03bf9763247b3f4cfe37dcb (diff)
downloadfrost-e96651d20e8acfdb773ba209ebe76ec53083700e.tar.gz
frost-e96651d20e8acfdb773ba209ebe76ec53083700e.tar.bz2
frost-e96651d20e8acfdb773ba209ebe76ec53083700e.zip
Update tar
Diffstat (limited to 'files')
-rw-r--r--files/frost.tar.encbin20496 -> 20496 bytes
-rw-r--r--files/travis.sh10
2 files changed, 10 insertions, 0 deletions
diff --git a/files/frost.tar.enc b/files/frost.tar.enc
index e22aca0e..55bbad76 100644
--- a/files/frost.tar.enc
+++ b/files/frost.tar.enc
Binary files differ
diff --git a/files/travis.sh b/files/travis.sh
new file mode 100644
index 00000000..0c8cc97b
--- /dev/null
+++ b/files/travis.sh
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+
+# Add appropriate files for encryption
+
+rm frost.tar.enc
+cd ..
+tar cvf frost.tar files/gplay-keys.json files/play.keystore files/play.properties files/test.keystore app/fabric.properties
+travis encrypt-file frost.tar --add
+rm frost.tar
+mv frost.tar.enc files/ \ No newline at end of file