mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-05-26 13:14:00 +00:00
Update gecko driver to 0.14.0
This commit is contained in:
parent
172ef79ffd
commit
f1e0752f2d
1 changed files with 2 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ python:
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- DISPLAY=:99.0
|
- DISPLAY=:99.0
|
||||||
|
- GECKO_DRIVER_VERSION=v0.14.0
|
||||||
matrix:
|
matrix:
|
||||||
- TOXENV=qa
|
- TOXENV=qa
|
||||||
- TOXENV=docs
|
- TOXENV=docs
|
||||||
|
|
@ -42,7 +43,7 @@ before_script:
|
||||||
- mkdir bin
|
- mkdir bin
|
||||||
- curl -O https://chromedriver.storage.googleapis.com/2.27/chromedriver_linux64.zip
|
- curl -O https://chromedriver.storage.googleapis.com/2.27/chromedriver_linux64.zip
|
||||||
- unzip chromedriver_linux64.zip -d bin
|
- unzip chromedriver_linux64.zip -d bin
|
||||||
- curl -Lo geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v0.11.1/geckodriver-v0.11.1-linux64.tar.gz
|
- curl -Lo geckodriver.tar.gz "https://github.com/mozilla/geckodriver/releases/download/${GECKO_DRIVER_VERSION}/geckodriver-${GECKO_DRIVER_VERSION}-linux64.tar.gz"
|
||||||
- tar xzf geckodriver.tar.gz -C bin
|
- tar xzf geckodriver.tar.gz -C bin
|
||||||
- PATH=$PATH:$PWD/bin
|
- PATH=$PATH:$PWD/bin
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue