Skip to content

Commit

Permalink
ci: Remove some redundant comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Nov 20, 2020
1 parent cdf1935 commit c47c65c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -190,7 +187,7 @@ before_deploy:
cargo deb;
cp ./target/debian/bottom_*.deb .;
fi
echo "Done macOS/Linux pre-deploy!";
fi
Expand Down

0 comments on commit c47c65c

Please sign in to comment.