aboutsummaryrefslogtreecommitdiff
path: root/files/travis.sh
blob: abd62a6ec11910eb22c3418b846de383d3ac6bf0 (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/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/