Heads up! To view this whole video, sign in with your Courses Plus account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Setting Up Travis CI with Node.js!
You have completed Setting Up Travis CI with Node.js!
Preview
In this video we'll take a look at Travis CI, the work flow associated with it and the steps it takes to integrate Travis CI in to your project.
Travis CI Sites
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
in fact you need a GitHub account
to sign up or sign in to Travis CI.
0:00
To get an idea of how Travis CI works.
0:02
Let's take a look at these flows.
0:06
Travis CI works by testing
all pushes on all branches,
0:09
including your master branch.
0:13
When you put your code to GitHub, GitHub
triggers Travis CI to build your project.
0:16
In other words, it tells Travis CI
to pull from your latest commits,
0:22
install any dependencies,
and run new tests.
0:26
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up