
machine:
  timezone: Europe/Berlin

  node:
    version: 7.5.0

dependencies:
  pre:
    - npm install

general:
  artifacts:
    - "coverage" # relative to the build directory

test:
  override:
    - npm run test
