diff --git a/.travis.yml b/.travis.yml index 36c957488d4..5950f7cf0e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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