Skip to content

Commit

Permalink
Allow emscripten asmjs and wasm32 targets to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Jan 21, 2019
1 parent 5a7b4e7 commit b71ea8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b71ea8b

Please sign in to comment.