Fix travis config, missing file this time.

This commit is contained in:
ClementTsang 2020-02-21 00:07:55 -05:00
parent 17a3fbc40e
commit ab240e5313
2 changed files with 1 additions and 5 deletions

View File

@ -60,7 +60,7 @@ before_deploy:
cp sample_configs/bottom.toml bottom.toml; cp sample_configs/bottom.toml bottom.toml;
if [[ $TRAVIS_OS_NAME == "linux" ]]; then if [[ $TRAVIS_OS_NAME == "linux" ]]; then
tar -czvf bottom_x86_64-unknown-linux-gnu.tar.gz btm bottom.toml; tar -czvf bottom_x86_64-unknown-linux-gnu.tar.gz btm bottom.toml;
tar -czvf bottom_source_code.tar.gz ./src ./Cargo.toml LICENSE tests sample_config.toml bottom.toml; tar -czvf bottom_source_code.tar.gz ./src ./Cargo.toml LICENSE tests bottom.toml;
elif [[ $TRAVIS_OS_NAME == "osx" ]]; then elif [[ $TRAVIS_OS_NAME == "osx" ]]; then
tar -czvf bottom_x86_64-apple-darwin.tar.gz btm bottom.toml; tar -czvf bottom_x86_64-apple-darwin.tar.gz btm bottom.toml;
fi fi

View File

@ -50,10 +50,6 @@ You can get the release versions from the AUR by installing `bottom`. For exampl
yay bottom yay bottom
``` ```
#### Ubuntu
TBD
### Windows ### Windows
I plan to add a Chocolatey install option in the future. I plan to add a Chocolatey install option in the future.