diff options
author | Allan Wang <me@allanwang.ca> | 2018-09-26 14:59:16 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2018-09-26 14:59:16 -0400 |
commit | 2fed9ad9723569067d39cabe319317fa669f62c3 (patch) | |
tree | b94e182bf4d083af049120a6b5f94f82c4595318 /files | |
parent | 9374ea5089b32744a7c35301e27a2a0f6f4cbbdc (diff) | |
parent | 438affb07ae106e490884fafa3c2dd825e7649a4 (diff) | |
download | frost-2fed9ad9723569067d39cabe319317fa669f62c3.tar.gz frost-2fed9ad9723569067d39cabe319317fa669f62c3.tar.bz2 frost-2fed9ad9723569067d39cabe319317fa669f62c3.zip |
Update kau and fix new lint warnings
Diffstat (limited to 'files')
-rw-r--r-- | files/.gitignore | 2 | ||||
-rw-r--r-- | files/frost.tar.enc | bin | 0 -> 9232 bytes | |||
-rw-r--r-- | files/travis.sh | 2 |
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 Binary files differnew file mode 100644 index 00000000..1a956c97 --- /dev/null +++ b/files/frost.tar.enc 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 |