Bump chrome and chromedriver

This commit is contained in:
David Taylor
2018-03-12 18:06:13 +00:00
committed by GitHub
parent 85edba03a2
commit abdf785723

View File

@@ -4,10 +4,10 @@ python:
cache: pip cache: pip
addons: addons:
chrome: beta chrome: stable
install: install:
- wget http://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip - wget https://chromedriver.storage.googleapis.com/2.36/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip - unzip chromedriver_linux64.zip
- export PATH=$PATH:$(pwd) - export PATH=$PATH:$(pwd)
- chmod +x chromedriver - chmod +x chromedriver