Skip to content

FACN3/week5_research_CI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week5_Research_CI

What is CI (Continuous Integration)?

Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible. Many teams find that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly.

alt text

How to use.

  • Fork this repo then clone it.

  • Go to Travis CI site

  • Sign up using github

  • Click on your profile

  • Enable the repo you need to track

  • Make a commit

  • Let Travis build and give the results

  • Go to the code and uncomment the code

  • Make a commit and wait for your build to pass.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published