Add CI and CD
This commit is contained in:
4
glossary/Continuous-Integration.md
Normal file
4
glossary/Continuous-Integration.md
Normal file
@ -0,0 +1,4 @@
|
||||
### 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.
|
||||
Reference in New Issue
Block a user