summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-11-20 17:17:27 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-11-20 17:17:27 -0500
commitc47c65c8e578df89d61b731fa380c2028a806f58 (patch)
tree01327f5d12513d36aa04a6697cd3af1888e74c2f
parentcdf193552b3d0b84894991d959044c23e292d16d (diff)
ci: Remove some redundant comments.
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 316e76eb..a0362389 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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