From 56a027cd32315d0f54c113da6868977c9195400c Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 25 Feb 2019 11:07:56 +0100 Subject: [PATCH] Switch the WASM image to something else (#969) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 17678667..4deda950 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,7 @@ jobs: test-wasm: docker: - - image: tomaka/rustc-emscripten + - image: tomaka/cargo-web steps: - checkout - restore_cache: