Skip to content

Commit

Permalink
Use chromedriver 2.35
Browse files Browse the repository at this point in the history
    $ google-chrome-stable --version
    Google Chrome 62.0.3202.94

Signed-off-by: Kenji Okimoto <[email protected]>
  • Loading branch information
okkez committed Apr 20, 2018
1 parent c685605 commit b93273d
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 @@ -10,7 +10,7 @@ env:

before_install:
- google-chrome-stable --version
- wget http://chromedriver.storage.googleapis.com/2.38/chromedriver_linux64.zip
- wget http://chromedriver.storage.googleapis.com/2.35/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip
- sudo mv chromedriver /usr/local/bin/chromedriver

Expand Down

0 comments on commit b93273d

Please sign in to comment.