language: node_js
node_js: node
cache:
  directories:
    - node_modules
install: npm install
addons:
  Chrome: "latest"
before_script:
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"
  - sleep 3 # give xvfb some time to start
script:
- npm run build
- npm run karma.test
