machine:
  node:
    version: 8.9.4
test:
  override:
    - npm run lint
    - npm t
