diff options
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 |