travis: Stop pinning nightly on 0.2

Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
Joe Richey
2020-09-08 05:43:31 -07:00
committed by Joseph Richey
parent 0a5017eadb
commit c36dc821e1
+3 -3
View File
@@ -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