machine:
    node:
        version: 7.2.0

test:
    override:
        - mkdir -p $CIRCLE_TEST_REPORTS/mocha
        - npm run test:circle
