diff --git a/travis.sh b/travis.sh index da7b8cc8..55b79508 100755 --- a/travis.sh +++ b/travis.sh @@ -53,7 +53,6 @@ elif [ -n "${EMSCRIPTEN}" ]; then chmod +x ~/.cargo/bin/cargo-web cd "$DIR/test_suite" - cargo web test --target=asmjs-unknown-emscripten --nodejs cargo web test --target=wasm32-unknown-emscripten --nodejs else CHANNEL=nightly