Skip to content

Commit

Permalink
travis: Stop pinning nightly on 0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Richey <[email protected]>
  • Loading branch information
josephlr committed Sep 8, 2020
1 parent 0a5017e commit c36dc82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -123,7 +123,7 @@ jobs:
os: osx

- name: "cross-platform tests"
rust: nightly-2020-09-08
rust: nightly
addons:
apt:
packages:
Expand All @@ -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
Expand Down

0 comments on commit c36dc82

Please sign in to comment.