test:
  post:
    - npm run coveralls

deployment:
  release:
    tag: /v[0-9]+(\.[0-9]+)*/
    commands:
      - echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
      - npm run publish-new
