Skip to content

Commit c36dc82

Browse files
committed
travis: Stop pinning nightly on 0.2
Signed-off-by: Joe Richey <[email protected]>
1 parent 0a5017e commit c36dc82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
- &nightly_and_docs
102102
name: "Linux, nightly, docs"
103-
rust: nightly-2020-09-08
103+
rust: nightly
104104
install:
105105
- rustup target add wasm32-unknown-unknown
106106
- cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
@@ -123,7 +123,7 @@ jobs:
123123
os: osx
124124

125125
- name: "cross-platform tests"
126-
rust: nightly-2020-09-08
126+
rust: nightly
127127
addons:
128128
apt:
129129
packages:
@@ -135,7 +135,7 @@ jobs:
135135
- echo $LINUX_TARGETS | xargs -t -n1 cargo test --target
136136

137137
- name: "cross-platform build only"
138-
rust: nightly-2020-09-08
138+
rust: nightly
139139
install:
140140
- echo $STD_TARGETS | xargs -n1 rustup target add
141141
# For no_std targets

0 commit comments

Comments
 (0)