From 5cc48d060d88fe415dfef889b8d8a69a4d2729d7 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Sun, 10 Nov 2019 21:48:55 -0500 Subject: [PATCH] Don't force the wasm-bindgen-cli install (#735) --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index dda47d4541b..6ba2c412bc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,10 +30,9 @@ install: - rustup component add rustfmt - rustup component add clippy - rustup target add wasm32-unknown-unknown - # - cargo install cargo-update || true - - cargo install -f wasm-bindgen-cli --version 0.2.54 - # - cargo install-update-config --version =0.2.54 wasm-bindgen-cli - # - cargo install-update wasm-bindgen-cli + - cargo install cargo-update || true + - cargo install-update-config --version =0.2.54 wasm-bindgen-cli + - cargo install-update wasm-bindgen-cli - LATEST_CHROMEDRIVER_VERSION=`curl -s "https://chromedriver.storage.googleapis.com/LATEST_RELEASE"` - curl --retry 5 -LO "https://chromedriver.storage.googleapis.com/${LATEST_CHROMEDRIVER_VERSION}/chromedriver_linux64.zip" - unzip chromedriver_linux64.zip