Remove "tests" folder from travis, rename tar

This commit is contained in:
Clement Tsang 2020-03-15 19:37:50 -04:00 committed by GitHub
parent a17bf0b973
commit 790e1044cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ before_deploy:
strip btm;
if [[ $TRAVIS_OS_NAME == "linux" ]]; then
tar -czvf bottom_x86_64-unknown-linux-gnu.tar.gz btm;
tar -czvf bottom_source_code.tar.gz ./src ./Cargo.toml LICENSE tests README.md;
tar -czvf bottom_required_files.tar.gz ./src ./Cargo.toml LICENSE README.md;
cargo install cargo-deb;
cargo deb;
cp ./target/debian/bottom_*.deb .;