Skip to content

Commit

Permalink
Fix travis config, missing file this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Feb 21, 2020
1 parent 17a3fbc commit ab240e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ab240e5

Please sign in to comment.