summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-01-21 21:23:44 +0100
committergnzlbg <gonzalobg88@gmail.com>2019-01-21 21:23:44 +0100
commitb71ea8ba24b9553e01cb673330fcb942f0c84f6d (patch)
treedc4841e58b758cda35e21aed287c6d69ec053f7f
parent5a7b4e7796859396d77afb348de3d68a3ecb1b52 (diff)
downloadrust-libc-b71ea8ba24b9553e01cb673330fcb942f0c84f6d.tar.gz
Allow emscripten asmjs and wasm32 targets to fail
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6116475d2e..203a8a68e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,6 +88,11 @@ matrix:
- shellcheck --version
- shellcheck ci/*.sh
+ allow_failures:
+ # FIXME: https://github.com/rust-lang/libc/issues/1226
+ - env: TARGET=asmjs-unknown-emscripten
+ - env: TARGET=wasm32-unknown-emscripten
+
install: rustup target add $TARGET
script:
- cargo generate-lockfile --manifest-path libc-test/Cargo.toml