Skip to content

Commit 52f1b31

Browse files
committed
Enable travis tests for wasm32
emscripten-core/emscripten#5288 is fixed now.
1 parent 7df3af3 commit 52f1b31

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,9 @@ matrix:
104104
- os: linux
105105
env: TARGET=asmjs-unknown-emscripten
106106
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
107+
- os: linux
108+
env: TARGET=wasm32-unknown-emscripten
109+
rust: stable
111110

112111
# beta
113112
- os: linux

0 commit comments

Comments
 (0)