mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-16 22:10:28 +00:00
switch to a fresher version of chromedriver (fix travis)
This commit is contained in:
parent
2c4781a607
commit
b718c9fc65
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue