Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 737 Bytes

intro.md

File metadata and controls

14 lines (11 loc) · 737 Bytes

we use Travis CI as continuous integration service, current build status is mentioned in README as: Build Status which will be refresh after every commit push or PR merged.

CI isn’t just for running tests, there are many other things to do:

  • make sure all the test is passed
  • make sure coveralls status refreshd
  • publish graphql schema to apollo-engine
  • check graphql schema is valid
  • make sure the commit message follow conventsions
  • send alert emails to developers if build fails