From b718c9fc658574d4e7d694c05d41c569e429a9f6 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Wed, 19 Jun 2019 00:10:00 +0200 Subject: [PATCH] switch to a fresher version of chromedriver (fix travis) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f0110b4f..0adfa75e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ matrix: python: 3.7 install: - - wget http://chromedriver.storage.googleapis.com/2.42/chromedriver_linux64.zip + - wget http://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_linux64.zip - unzip chromedriver_linux64.zip -d /home/travis/ - pip install -r examples/requirements/test.txt