Navigation Menu

Skip to content

Commit

Permalink
tests: Lock chromium version to a "good' revision
Browse files Browse the repository at this point in the history
  • Loading branch information
samccone committed Dec 3, 2015
1 parent afa23de commit 74ceed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,7 @@ 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?type=continuous && unzip chrome.zip
- wget 'https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F362586%2Fchrome-linux.zip?generation=1449027526136000&alt=media' -O chrome.zip && 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
Expand Down

0 comments on commit 74ceed6

Please sign in to comment.