Travis로 CI를 해보기에 앞서 간단한 용어들을 정리하고자 합니다. 간단 용어 정리 CI/CD란 무엇이며 왜? 하는가? CI/CD is a method to frequently deliver apps to customers by introducing automation into the stages of app development. The main concepts attributed to CI/CD are continuous integration, continuous delivery, and continuous deployment. -- Red Hat Article [what is CI/CD?] CI CI란 지속적인 통합(Continuous Integration)을 의미합니다. 지속적인 통합이란 말을..