language: node_js
cache:
  - node_modules
node_js:
  - "6"
  - "node"
before_script:
  - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
  