Skip to content

Commit

Permalink
tests: Bump to latest version of chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
samccone committed Dec 3, 2015
1 parent 8f6fd5e commit afa23de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ env:
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- curl -Lo chrome.zip https://download-chromium.appspot.com/dl/Linux_x64 && unzip chrome.zip
- curl -Lo chromedriver.zip http://chromedriver.storage.googleapis.com/2.18/chromedriver_linux64.zip && unzip chromedriver.zip
- curl -Lo chrome.zip https://download-chromium.appspot.com/dl/Linux_x64?type=continuous && unzip chrome.zip
- curl -Lo chromedriver.zip http://chromedriver.storage.googleapis.com/2.20/chromedriver_linux64.zip && unzip chromedriver.zip
script:
# We want to gate on passing tests and a successful build
- ./test-runner.sh

0 comments on commit afa23de

Please sign in to comment.