language: node_js addons: "firefox": "latest" node_js: - "7" before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 # give xvfb some time to start script: npm run test-ci