1
0
mirror of https://github.com/bspeice/dtparse synced 2024-11-10 07:58:08 -05:00

Remove WASM from Travis

This commit is contained in:
Bradlee Speice 2019-11-25 23:11:19 -05:00
parent b81a8d9541
commit 0f7ac8538c

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