aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/.gitignore2
-rw-r--r--files/frost.tar.encbin0 -> 9232 bytes
-rw-r--r--files/travis.sh2
3 files changed, 3 insertions, 1 deletions
diff --git a/files/.gitignore b/files/.gitignore
index 63a31573..812c710e 100644
--- a/files/.gitignore
+++ b/files/.gitignore
@@ -1,3 +1,5 @@
release.keystore
release.properties
+test.keystore
+test.properties
update-dev.sh
diff --git a/files/frost.tar.enc b/files/frost.tar.enc
new file mode 100644
index 00000000..1a956c97
--- /dev/null
+++ b/files/frost.tar.enc
Binary files differ
diff --git a/files/travis.sh b/files/travis.sh
index 0c8cc97b..abd62a6e 100644
--- a/files/travis.sh
+++ b/files/travis.sh
@@ -4,7 +4,7 @@
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
+tar cvf frost.tar files/release.keystore files/release.properties files/test.keystore files/test.properties
travis encrypt-file frost.tar --add
rm frost.tar
mv frost.tar.enc files/ \ No newline at end of file