Skip to content

Commit b71ea8b

Browse files
committed
Allow emscripten asmjs and wasm32 targets to fail
1 parent 5a7b4e7 commit b71ea8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ matrix:
8888
- shellcheck --version
8989
- shellcheck ci/*.sh
9090

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+
9196
install: rustup target add $TARGET
9297
script:
9398
- cargo generate-lockfile --manifest-path libc-test/Cargo.toml

0 commit comments

Comments
 (0)