Skip to content

Commit

Permalink
Do not allow asm.js and wasm32 emscripten targets to fail.
Browse files Browse the repository at this point in the history
Closes #1226.
  • Loading branch information
gnzlbg committed Mar 25, 2019
1 parent 917a20c commit 1baa3c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -209,9 +209,6 @@ matrix:
# FIXME: android build bots time out irregularly
- env: TARGET=aarch64-linux-android
- env: TARGET=arm-linux-androideabi
# FIXME: https://github.com/rust-lang/libc/issues/1226
- env: TARGET=asmjs-unknown-emscripten
- env: TARGET=wasm32-unknown-emscripten
- name: "Semver Linux"
- name: "Semver MacOSX"

Expand Down

0 comments on commit 1baa3c3

Please sign in to comment.