Files
30-seconds-of-code/glossary/Continuous-Integration.md
Angelos Chalaris 9ff410e1b4 Add CI and CD
2018-09-01 12:46:53 +03:00

4 lines
232 B
Markdown

### Continuous Integration
Continuous Integration (CI) is the practice of testing each change done to a codebase automatically and as early as possible.
Two popular CI systems that integrate with GitHub are Travis CI and Circle CI.