Skip to content

Repository files navigation

travis-utils

A collection of scripts we use on Travis.

chrome.sh

Installs Google Chrome, including a custom build of chrome-sandbox binary that works in OpenVZ containers. It defaults to the current stable release, which you can override with the CHROME_VERSION environment variable. Use it in your before_script section:

before_script:
  - "curl -sSL https://github.com/goodeggs/travis-utils/raw/master/chrome.sh | sh"

chromedriver.sh

Installs and starts a blessed version of Chromedriver. You may override our version with the CHROMEDRIVER_VERSION environment variable. Also exports the correct DISPLAY environment variable and starts xvfb for you. Use it in your before_script section:

before_script:
  - "curl -sSL https://github.com/goodeggs/travis-utils/raw/master/chromedriver.sh | sh"

About

Scripts used by our CI systemz.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages