language: node_js node_js: - "5.1" - "5.0" - "4.2" - "4.1" - "4.0" install: npm update before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - npm run travis