Sign up with Travis CI using GitHub and Link the Repository

Let’s sign up for Travis CI and link the Git repo with it.

  1. Navigate to Travis CI to sign up for an account, if you don’t have one.

  2. Click Sign in with GitHub. react_cicd_travis_sigin

  3. Enter the credentials of your GitHub account, if prompted, and sign in. react_cicd_github_auth

  4. Authorize Travis CI to access your GitHub account. react_cicd_travis_github_connect

You will be redirected to the Travis console.

  1. Click the + icon to add a new repository in your Travis console. react_cicd_travis_add_repo

  2. Enable the GitHub repository you created for Cat.ly to activate it. react_cicd_travis_repo_list

This will allow Travis CI to import files from the repository and perform continuous integration on them every time new commits are pushed, or pull requests are made in it.

Last Updated 2023-08-04 20:20:24 +0530 +0530

RELATED LINKS

GitHub Integration