aboutsummaryrefslogtreecommitdiff
path: root/files/travis.sh
blob: 0c8cc97bab8635d6375d1c136e846950db00cd68 (plain)
1
2
3
4
5
6
7
8
9
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/