Skip to content

Commit

Permalink
Updating geckodriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jan 4, 2017
1 parent 6b0275e commit 56dd9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ ! -z $CHROME ]]; then
fi

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

0 comments on commit 56dd9b4

Please sign in to comment.