Skip to content

Instantly share code, notes, and snippets.

@RudyLu
Last active August 29, 2015 14:01
Show Gist options
  • Save RudyLu/87a3a063a1b0a0e1b582 to your computer and use it in GitHub Desktop.
Save RudyLu/87a3a063a1b0a0e1b582 to your computer and use it in GitHub Desktop.
script before running marionette js on travis
#extracted from .travis.yml
mkdir -p "$HOME"/.local/lib/python2.7/site-packages
export PATH="$HOME/.local/bin:$PATH"
export PYTHONPATH="$HOME"/.local/lib/python2.7/site-packages:"$PYTHONPATH"
# travis_retry make node_modules
export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment