Skip to content

Commit

Permalink
Stop force installing wasm-bindgen-cli in CI (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Oct 13, 2019
1 parent 34c47ed commit d90870f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d90870f

Please sign in to comment.