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:
91
91
- RUSTFLAGS='-C debuginfo=0' cargo test --target asmjs-unknown-emscripten
92
92
93
93
- name : " Linux, nightly, docs"
94
- rust : nightly-2020-09-08
94
+ rust : nightly
95
95
os : linux
96
96
install :
97
97
- cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
@@ -109,7 +109,7 @@ matrix:
109
109
- cargo test
110
110
111
111
- name : " OSX, nightly, docs"
112
- rust : nightly-2020-09-08
112
+ rust : nightly
113
113
os : osx
114
114
install :
115
115
- cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
@@ -127,7 +127,7 @@ matrix:
127
127
- cargo test
128
128
129
129
- name : " cross-platform build only"
130
- rust : nightly-2020-09-08
130
+ rust : nightly
131
131
install :
132
132
- rustup target add x86_64-sun-solaris
133
133
- rustup target add x86_64-unknown-freebsd
You can’t perform that action at this time.
0 commit comments