Last active
August 29, 2015 14:07
-
-
Save erikvold/95f839242da75f36da15 to your computer and use it in GitHub Desktop.
removing an unecessary line
This file contains 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
language: node_js | |
node_js: | |
- "0.10" | |
before_install: | |
- "export DISPLAY=:99.0" | |
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 -extension RANDR" | |
before_script: | |
- npm install jpm -g | |
- npm install mozilla-download -g | |
- cd .. | |
- mozilla-download --branch mozilla-central -c prerelease --host ftp.mozilla.org firefox | |
- cd $TRAVIS_BUILD_DIR | |
script: | |
- export JPM_FIREFOX_BINARY=$TRAVIS_BUILD_DIR/../firefox/firefox | |
- jpm test -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment