Sha256: 7855fe875a14ac919a776c7164d52ead900fdb2897a987a6338eb33ff2d969d0
Contents?: true
Size: 735 Bytes
Versions: 2
Compression:
Stored size: 735 Bytes
Contents
#/bin/sh sh -e /etc/init.d/xvfb start && git submodule update --init || exit 1 if [[ "$WATIR_WEBDRIVER_BROWSER" = "chrome" ]]; then curl -L https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo -s 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' sudo apt-get update sudo apt-get -y install google-chrome-unstable unzip # curl -k http://chromium.googlecode.com/files/chromedriver_linux32_14.0.836.0.zip | sudo -s 'funzip > /usr/bin/chromedriver' sudo -s 'curl -L http://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux/109799/chrome-linux.test/chromedriver > /usr/bin/chromedriver' sudo chmod +x /usr/bin/chromedriver fi
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
watir-webdriver-0.4.1 | support/travis.sh |
watir-webdriver-0.4.0 | support/travis.sh |