circle.yml 257 B

12345678910111213
  1. machine:
  2. timezone: UTC
  3. services:
  4. - mongodb
  5. environment:
  6. MONGO_URI: mongodb://127.0.0.1/crowi_test
  7. node:
  8. version: 4.6.2
  9. post:
  10. - npm install -g npm@3
  11. notify:
  12. webhooks:
  13. - url: https://webhooks.gitter.im/e/5a035388e3274b621d20