Last active
August 29, 2015 14:01
-
-
Save RudyLu/87a3a063a1b0a0e1b582 to your computer and use it in GitHub Desktop.
script before running marionette js on travis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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