From 790e1044cfbc671dac042d08d14cb044511c14f4 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 15 Mar 2020 19:37:50 -0400 Subject: [PATCH] Remove "tests" folder from travis, rename tar --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1256416b..211759cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 .;