summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-21 00:07:55 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-21 00:07:55 -0500
commitab240e5313ac4f59367e3e4fb4f5ea28e78603c0 (patch)
treef40ccadaf7c2dd28c2d02c67d8106bc15b46082c
parent17a3fbc40ed72abf49b9358cdc4bb6ba4015bd67 (diff)
Fix travis config, missing file this time.0.2.1
-rw-r--r--.travis.yml2
-rw-r--r--README.md4
2 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index cdbcc410..2f065073 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,7 @@ before_deploy:
cp sample_configs/bottom.toml bottom.toml;
if [[ $TRAVIS_OS_NAME == "linux" ]]; then
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
tar -czvf bottom_x86_64-apple-darwin.tar.gz btm bottom.toml;
fi
diff --git a/README.md b/README.md
index 3a9dcfb4..71d82c32 100644
--- a/README.md
+++ b/README.md
@@ -50,10 +50,6 @@ You can get the release versions from the AUR by installing `bottom`. For exampl
yay bottom
```
-#### Ubuntu
-
-TBD
-
### Windows
I plan to add a Chocolatey install option in the future.