September 28, 2021
Travis CI for continuous integration A common term in software development is CICD or continuous integration, continuous delivery or deployment. Travis CI is a tool that makes automated testing and deployment easy. It provides free continuous integration to open source projects hosted on GitHub and BitBucket. I’m going to use it to build and deploy this website as I update the GitHub for bogdanworks.com.
Set Up Account on Travis-CI with GitHub account In order to configure a project using Travis CI you need a GitHub account and to sync your GitHub project with Travis CI.