First time here? Let's get you started!
1
Activate your repositories
Once you're signed in, go to your profile page to see all the organizations you're a member of.
You can integrate your repositories with Travis Cl by clicking the Activate button for
each organization you want to use.
NOTE: You need to be an admin for any repositories you want to integrate with Travis CI.
2
Select the best plan for your needs
If you haven't selected a plan yet, try our free plan or choose a paid one to unlock the full capabilities of Travis Cl. For the free plan, we'll ask for your credit card information and charge a small fee for verification, which we'll refund within a few days.
Read our documentation for more details.
3
Add a .travis.yml file to your repository
In order for Travis CI to build your project, you'll need to add a
.travis.yml
configuration file to the root directory of your repository.
If a
.travis.yml
is not in your repository, or is not valid YAML, Travis CI will ignore it.
You can find some of our Basic language examples in our documentation.
4
Trigger your first build
So you've configured the repository integration and added a .travis.yml
file.
Now, simply commit the changes to your local git history and push them to your repository.
That's it! Happy Building!
Want to learn more? Read up on our docs.