---
language: node_js
node_js: "stable"
node_js:
  - 7
addons:
  firefox: "49.0"
script: node_modules/karma/bin/karma start karma.conf.js --single-run
before_install:
  - export DISPLAY=:99.0
  - sh -e /etc/init.d/xvfb start
  - sleep 3
