Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Update geckodriver to latest, version 0.23.0 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendonner authored and jrbenny35 committed Oct 15, 2018
1 parent 28407e0 commit 05cb3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ cache:
pip: true
env:
global:
- GECKODRIVER_VERSION=0.22.0
- GECKODRIVER_VERSION=0.23.0
before_install:
- wget -O /tmp/geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v${GECKODRIVER_VERSION}/geckodriver-v${GECKODRIVER_VERSION}-linux64.tar.gz
- mkdir $HOME/geckodriver && tar xvf /tmp/geckodriver.tar.gz -C $HOME/geckodriver
Expand Down

0 comments on commit 05cb3b7

Please sign in to comment.