diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-02 22:55:52 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-02 22:55:52 -0400 |
commit | e96651d20e8acfdb773ba209ebe76ec53083700e (patch) | |
tree | ce11bb8405be91287be2bf17d5984bb57f38f6a4 /files | |
parent | a87d457e5ad2097ef03bf9763247b3f4cfe37dcb (diff) | |
download | frost-e96651d20e8acfdb773ba209ebe76ec53083700e.tar.gz frost-e96651d20e8acfdb773ba209ebe76ec53083700e.tar.bz2 frost-e96651d20e8acfdb773ba209ebe76ec53083700e.zip |
Update tar
Diffstat (limited to 'files')
-rw-r--r-- | files/frost.tar.enc | bin | 20496 -> 20496 bytes | |||
-rw-r--r-- | files/travis.sh | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/files/frost.tar.enc b/files/frost.tar.enc Binary files differindex e22aca0e..55bbad76 100644 --- a/files/frost.tar.enc +++ b/files/frost.tar.enc 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 |