From 0f7ac8538c6d7d95d90f71d9361fd81f5401df0a Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 25 Nov 2019 23:11:19 -0500 Subject: [PATCH] Remove WASM from Travis --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 14e0e35..0a50bdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,11 +80,6 @@ matrix: - env: TARGET=x86_64-unknown-linux-gnu rust: 1.28.0 - # WASM support - - env: TARGET=asmjs-unknown-emscripten USE_CARGO_WEB=true - rust: nightly - - before_install: - set -e - rustup self update