Add rustc/cargo version check

This commit is contained in:
Michael Vines
2018-08-06 08:57:12 -07:00
committed by Grimes
parent 0514f5e573
commit 91741e20fa
5 changed files with 53 additions and 7 deletions

View File

@ -2,9 +2,8 @@
cd "$(dirname "$0")/.."
ci/version-check.sh stable
export RUST_BACKTRACE=1
rustc --version
cargo --version
_() {
echo "--- $*"