language: node_js sudo: false node_js: - '0.10' - '0.12' before_install: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start install: - npm install