File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ matrix:
9191 - RUSTFLAGS='-C debuginfo=0' cargo test --target asmjs-unknown-emscripten
9292
9393 - name : " Linux, nightly, docs"
94- rust : nightly-2020-09-08
94+ rust : nightly
9595 os : linux
9696 install :
9797 - cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
@@ -109,7 +109,7 @@ matrix:
109109 - cargo test
110110
111111 - name : " OSX, nightly, docs"
112- rust : nightly-2020-09-08
112+ rust : nightly
113113 os : osx
114114 install :
115115 - cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
@@ -127,7 +127,7 @@ matrix:
127127 - cargo test
128128
129129 - name : " cross-platform build only"
130- rust : nightly-2020-09-08
130+ rust : nightly
131131 install :
132132 - rustup target add x86_64-sun-solaris
133133 - rustup target add x86_64-unknown-freebsd
You can’t perform that action at this time.
0 commit comments