From d091229c1fab63d579446006ec80b4b249671f42 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Sun, 13 Oct 2019 11:17:20 -0400 Subject: [PATCH] Use latest chromedriver (#708) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9570f82fe95..13a5b02f58b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,8 @@ install: - cargo install cargo-update || true - 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 + - 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 - ./ci/install_cargo_web.sh