Skip to content

Instantly share code, notes, and snippets.

@muffinresearch
Created January 23, 2014 14:55
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 muffinresearch/8579845 to your computer and use it in GitHub Desktop.
Save muffinresearch/8579845 to your computer and use it in GitHub Desktop.
env:
- SLIMERJSLAUNCHER=$(which firefox) DISPLAY=:99.0 PATH=$TRAVIS_BUILD_DIR/slimerjs:$PATH
addons:
firefox: "24.0"
before_script:
- "sh -e /etc/init.d/xvfb start"
- "echo 'Installing Slimer'"
- "wget http://download.slimerjs.org/v0.8/slimerjs-0.8.3.zip"
- "unzip slimerjs-0.8.3.zip"
- "mv slimerjs-0.8.3 ./slimerjs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment