sudo: false language: node_js node_js: - "iojs" - "0.10" - "0.11" notifications: irc: "irc.mozilla.org#jpm" env: - JPM_BUILD_TYPE=travis 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 fx-download -g - pwd - cd .. - fx-download --branch nightly -c prerelease --host ftp.mozilla.org firefox - cd $TRAVIS_BUILD_DIR - pwd script: - export JPM_FIREFOX_BINARY=$TRAVIS_BUILD_DIR/../firefox/firefox - npm test