There was an error while loading. Please reload this page.
1 parent 6b0275e commit 56dd9b4Copy full SHA for 56dd9b4
1 file changed
scripts/travis/install.sh
@@ -13,7 +13,7 @@ if [[ ! -z $CHROME ]]; then
13
fi
14
15
if [[ ! -z $MARIONETTE ]]; then
16
- export GECKODRIVER_VERSION=v0.11.1
+ export GECKODRIVER_VERSION=v0.12.0
17
curl -L -o geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/${GECKODRIVER_VERSION}/geckodriver-${GECKODRIVER_VERSION}-linux64.tar.gz
18
gunzip -c geckodriver.tar.gz | tar xopf -
19
chmod +x geckodriver && sudo mv geckodriver /usr/local/bin
0 commit comments