We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5017e commit c36dc82Copy full SHA for c36dc82
.travis.yml
@@ -100,7 +100,7 @@ jobs:
100
101
- &nightly_and_docs
102
name: "Linux, nightly, docs"
103
- rust: nightly-2020-09-08
+ rust: nightly
104
install:
105
- rustup target add wasm32-unknown-unknown
106
- cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
@@ -123,7 +123,7 @@ jobs:
123
os: osx
124
125
- name: "cross-platform tests"
126
127
addons:
128
apt:
129
packages:
@@ -135,7 +135,7 @@ jobs:
135
- echo $LINUX_TARGETS | xargs -t -n1 cargo test --target
136
137
- name: "cross-platform build only"
138
139
140
- echo $STD_TARGETS | xargs -n1 rustup target add
141
# For no_std targets
0 commit comments