Skip to content

Commit

Permalink
Travis CI changes for running wasm-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed May 5, 2019
1 parent e830dd6 commit ec130e7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ matrix:
allow_failures:
- rust: nightly

script:
install:
- nvm install 9
- rustup target add wasm32-unknown-unknown
- cargo install 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
- ./ci/run_tests.sh

script:
- CHROMEDRIVER=$(pwd)/chromedriver ./ci/run_tests.sh

0 comments on commit ec130e7

Please sign in to comment.