Update gecko driver to 0.14.0

This commit is contained in:
Johannes Hoppe 2017-02-21 14:19:39 +01:00
parent 172ef79ffd
commit f1e0752f2d
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ python:
env:
global:
- DISPLAY=:99.0
- GECKO_DRIVER_VERSION=v0.14.0
matrix:
- TOXENV=qa
- TOXENV=docs
@ -42,7 +43,7 @@ before_script:
- mkdir bin
- curl -O https://chromedriver.storage.googleapis.com/2.27/chromedriver_linux64.zip
- 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
- PATH=$PATH:$PWD/bin
script: