support/travis.sh in watir-webdriver-0.5.3 vs support/travis.sh in watir-webdriver-0.5.4
- old
+ new
@@ -1,7 +1,7 @@
#/bin/sh
-CHROME_REVISION=119695
+CHROME_REVISION=127410
sh -e /etc/init.d/xvfb start && git submodule update --init || exit 1
if [[ "$WATIR_WEBDRIVER_BROWSER" = "chrome" ]]; then
sudo apt-get install -y unzip libxss1
curl -L -O "http://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux/$CHROME_REVISION/chrome-linux.zip"