From afb7747cdf9cfb227c5b3819fcedfad314e04d2d Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Tue, 14 Aug 2018 22:38:05 -0400 Subject: [PATCH] Fix target name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c1961f..b08828f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -93,7 +93,7 @@ matrix: rust: 1.27.0 # WASM support - - env: TARGET=asmjs-unknown-empscripten USE_CARGO_WEB=true + - env: TARGET=asmjs-unknown-emscripten USE_CARGO_WEB=true rust: nightly