Travis CI Configuration
Let’s learn how to further configure Travis CI.
We'll cover the following...
Adding a Travis configuration
Next, use your GitHub account to log into Travis CI. A screen will come up asking whether you want to grant the travis-pro
organization access to your GitHub repositories. Authorize it. Travis needs that access to do its job. Once you’re logged in, you may be prompted to activate another layer of GitHub integration, GitHub Apps. Allow that, too.
Once Travis is able to connect to your GitHub account, you’ll see a list of your GitHub repositories, including test-driven-carousel
. Click the link to the repo’s Travis page. At this point, there isn’t much to see because Travis doesn’t know what you want it to do for the project.