From 33b784130041c04db028a15d86faedffc637055c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 2 Sep 2018 13:21:36 -0700 Subject: [PATCH] Skip asmjs --- travis.sh | 1 - 1 file changed, 1 deletion(-) 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