machine:
  node:
    version: 4.2.3

test:
  override:
    - npm run coverage
    - npm run lint
  post:
    - bash <(curl -s https://codecov.io/bash)

deployment:
    staging:
        branch: staging
        commands:
          - node ./deploy.js staging
