Skip to content

Instantly share code, notes, and snippets.

@gabrielfalcao
Created July 10, 2014 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielfalcao/618423ac73bd986e2f24 to your computer and use it in GitHub Desktop.
Save gabrielfalcao/618423ac73bd986e2f24 to your computer and use it in GitHub Desktop.
travis to run selenium...
before_script:
- 'sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm'
- 'export DISPLAY=:99.0;'
- 'sh -e /etc/init.d/xvfb start'
- 'sleep 3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment