Remove WASM from Travis

pull/19/head
Bradlee Speice 2019-11-25 23:11:19 -05:00
parent b81a8d9541
commit 0f7ac8538c
1 changed files with 0 additions and 5 deletions

View File

@ -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