Continuous Deployment with Travis-CI and Github pages
Continuous Deployment with Travis-CI simplifies the process of automatically deploying applications after successful tests. By integrating Travis-CI with your project on GitHub, you can ensure that every commit in the master branch triggers an automatic production deployment once the tests pass. What is Travis-CI? Travis-CI is a cloud-based service that automates testing and deployment for … Read more