From c36dc821e1e4fcfda7f25e3aa10537c6eaa214f3 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Tue, 8 Sep 2020 05:43:31 -0700 Subject: [PATCH] travis: Stop pinning nightly on 0.2 Signed-off-by: Joe Richey --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 416603b..e360a4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,7 +100,7 @@ jobs: - &nightly_and_docs name: "Linux, nightly, docs" - rust: nightly-2020-09-08 + rust: nightly install: - rustup target add wasm32-unknown-unknown - cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks @@ -123,7 +123,7 @@ jobs: os: osx - name: "cross-platform tests" - rust: nightly-2020-09-08 + rust: nightly addons: apt: packages: @@ -135,7 +135,7 @@ jobs: - echo $LINUX_TARGETS | xargs -t -n1 cargo test --target - name: "cross-platform build only" - rust: nightly-2020-09-08 + rust: nightly install: - echo $STD_TARGETS | xargs -n1 rustup target add # For no_std targets