Skip to content

Commit bf60a14

Browse files
committed
Disable wasm-unknown-emscripten tests on travis
1 parent b49cecf commit bf60a14

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@ matrix:
104104
- os: linux
105105
env: TARGET=asmjs-unknown-emscripten
106106
rust: stable
107-
- os: linux
108-
env: TARGET=wasm32-unknown-emscripten
109-
rust: stable
107+
# https://github.com/rust-lang/libc/pull/610#issuecomment-307264794
108+
#- os: linux
109+
# env: TARGET=wasm32-unknown-emscripten
110+
# rust: stable
110111

111112
# beta
112113
- os: linux

0 commit comments

Comments
 (0)