circle.yml 281 B

123456789101112131415
  1. machine:
  2. timezone: UTC
  3. services:
  4. - mongodb
  5. environment:
  6. MONGO_URI: mongodb://127.0.0.1/crowi_test
  7. deployment:
  8. dev:
  9. branch: /(master|wip-v.*)/
  10. heroku:
  11. appname: crowi-dev
  12. notify:
  13. webhooks:
  14. - url: https://webhooks.gitter.im/e/5a035388e3274b621d20