From 45a8e9eb5ddd158e45e142663a06ec9bebfa8764 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 23 Apr 2020 03:06:53 -0700 Subject: [PATCH] Work around yaml's interpretation of colon in install command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96055fd..2468f57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: - name: Miri install: - MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri) - - echo "Installing latest nightly with Miri: $MIRI_NIGHTLY" + - echo "Latest nightly with Miri is $MIRI_NIGHTLY" - rustup set profile minimal - rustup default "$MIRI_NIGHTLY" - rustup component add miri