From 20be32c99be9a15d1b5b25f27534936d25ee93f3 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Sun, 13 Oct 2019 07:26:51 -0400 Subject: [PATCH] Stop force installing wasm-bindgen-cli in CI (#701) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 69e27469b60..e5bea6dc05a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,9 @@ install: - nvm install 9 - rustup component add rustfmt - rustup target add wasm32-unknown-unknown - - cargo install --force --version 0.2.50 -- wasm-bindgen-cli + - cargo install cargo-update + - cargo install-update-config --version =0.2.50 wasm-bindgen-cli + - cargo install-update wasm-bindgen-cli - curl --retry 5 -LO https://chromedriver.storage.googleapis.com/2.41/chromedriver_linux64.zip - unzip chromedriver_linux64.zip - ./ci/install_cargo_web.sh