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 5a7b4e7 commit b71ea8bCopy full SHA for b71ea8b
.travis.yml
@@ -88,6 +88,11 @@ matrix:
88
- shellcheck --version
89
- shellcheck ci/*.sh
90
91
+ allow_failures:
92
+ # FIXME: https://github.com/rust-lang/libc/issues/1226
93
+ - env: TARGET=asmjs-unknown-emscripten
94
+ - env: TARGET=wasm32-unknown-emscripten
95
+
96
install: rustup target add $TARGET
97
script:
98
- cargo generate-lockfile --manifest-path libc-test/Cargo.toml
0 commit comments