Skip to content

Commit

Permalink
Don't force the wasm-bindgen-cli install (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored Nov 11, 2019
1 parent 98ebc65 commit 5cc48d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cc48d0

Please sign in to comment.