Skip to content

Commit

Permalink
Travis specific chromium-chromedriver version to work with Chrome 83
Browse files Browse the repository at this point in the history
  • Loading branch information
nahuelhds committed May 25, 2020
1 parent 69fa193 commit 032ad34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ script: py.test
before_install:
- sudo apt-get -y update
- sudo apt-get install firefox-geckodriver
- sudo apt-get install --upgrade chromium-chromedriver
before_script:
- wget https://chromedriver.storage.googleapis.com/83.0.4103.39/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip -d /home/travis/virtualenv/python3.7.1/bin/
- export CHROME_BIN=chromium-browser
after_failure: cat test/diffengine.log
notifications:
slack:
Expand Down

0 comments on commit 032ad34

Please sign in to comment.