machine:
  node:
    version: 6.1.0

test:
  override:
    - npm run eslint
    - npm test
