Test and Deploy with Confidence

Easily sync your GitHub projects with Travis CI
and you’ll be testing your code in minutes!

{{#if auth.signedOut}} {{/if}} {{#if auth.signingIn}} {{/if}}

The home of
open source testing

Over 200k open source projects
and 126k users are testing on Travis CI.

Some pretty awesome companies
and projects are using us.

Every minute there’s
a new build being run

Here are just a few projects
currently running on Travis CI

    {{#each repo in repos}}
  • {{repo.owner}}

    {{#link-to "repo" repo}}{{repo.name}}{{/link-to}}

    {{#link-to "build" repo repo.lastBuild.id}} {{repo.lastBuild.number}} {{repo.lastBuild.state}} {{/link-to}}

    {{format-sha repo.lastBuild.commit.sha}}

    {{landing-page-last-build-time repo.lastBuild.finishedAt}}

    {{repo.lastBuild.branch}}

  • {{else}} {{loading-indicator}} {{/each}}

Testing your open source
project is 10000% free

Seriously. Always. We like to think of it as our way of giving
back to a community that gives us so much as well.

Have a private project
you’d like to test?

Travis CI for private repositories has
plans for every size project.

Get set up in seconds

Login with GitHub, tell Travis CI to test a project, and then push to GitHub. Could it be any simpler!

Multi-language support

Make sure your code runs against all versions of your favorite language without breaking a sweat.

Test your pull requests

Make sure every pull request to your project is tested before merging.

Deploy to S3 and Heroku

Updating staging or production as soon as your tests pass has never been easier!

Features created to
help your projects and teams

  • Watch your tests as they run
  • Keep your config with your code
  • Slack, HipChat, Emails and more
  • A clean VM for every build
  • Run your tests in parallel
  • Linux and Mac (and iOS) supported
  • Great API and command line tool
  • Did we say free for Open Source already?

Branch build flow

You push your
code to GitHub

GitHub triggers
Travis CI to build

Hooray!
Your build passes!

Travis CI deploys
to Heroku

Travis CI tells the
team all is well

Pull request build flow

A pull request
is created

GitHub tells Travis CI the build is mergeable

Hooray!
Your build passes!

Travis CI updates the PR that it passed

You merge in
the PR goodness

Some people have said some pretty nice things about us

Travis CI makes it so much easier for us to coordinate the thousands of commits and contributors that flow through the Rails code base. The test suite for such a large project is vast, and we wouldn’t be catching issues as quickly or smoothly without the help of Travis.

David Heinemeier Hansson

dhh

Creator of Ruby on Rails

We love Travis CI at @TwitterOSS and use it for the majority of our open source projects on GitHub. Travis CI is simple to use, we love their API to build tooling and adore the new container infrastructure for speedier builds.

Chris Aniszczyk

cra

Head of Open Source at Twitter

Not only is Travis CI the best way to test your software, it is the right way. rm -rf jenkins && touch .travis.yml

Alex Gaynor

alex

PyPy and Python Core Team Member