Skip to content

Commit 56dd9b4

Browse files
committed
Updating geckodriver version
1 parent 6b0275e commit 56dd9b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/travis/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ ! -z $CHROME ]]; then
1313
fi
1414

1515
if [[ ! -z $MARIONETTE ]]; then
16-
export GECKODRIVER_VERSION=v0.11.1
16+
export GECKODRIVER_VERSION=v0.12.0
1717
curl -L -o geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/${GECKODRIVER_VERSION}/geckodriver-${GECKODRIVER_VERSION}-linux64.tar.gz
1818
gunzip -c geckodriver.tar.gz | tar xopf -
1919
chmod +x geckodriver && sudo mv geckodriver /usr/local/bin

0 commit comments

Comments
 (0)