ci: Remove some redundant comments.

This commit is contained in:
ClementTsang 2020-11-20 17:17:27 -05:00
parent cdf193552b
commit c47c65c8e5
1 changed files with 1 additions and 4 deletions

View File

@ -69,9 +69,6 @@ matrix:
exclude:
- if: tag IS present
rust: beta
# allow_failures:
# - arch: arm64 # ARM will be run, but support is still gonna be limited for now... may change.
# - env: TARGET=armv7-unknown-linux-gnueabihf
branches:
only:
@ -190,7 +187,7 @@ before_deploy:
cargo deb;
cp ./target/debian/bottom_*.deb .;
fi
echo "Done macOS/Linux pre-deploy!";
fi