machine:
  timezone:
    America/Denver
  node:
    version: 4
test:
  override:
    - npm run ci
dependencies:
  pre:
    - rm -rf ~/$CIRCLE_PROJECT_REPONAME/node_modules
    - npm install -g npm@3
deployment:
  production:
    tag: /v.*/
    commands:
      - npm publish
