Skip to content

Commit

Permalink
Install wasm-bindgen-cli if it does not exist on CI (yewstack#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored Jan 24, 2020
1 parent b4bd3f1 commit d4868b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install:
- rustup target add wasm32-unknown-unknown
- cargo install cargo-update || true
- cargo install-update-config --version =0.2.58 wasm-bindgen-cli
- cargo install-update wasm-bindgen-cli
- cargo install-update --allow-no-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 d4868b0

Please sign in to comment.