March 2018
Beginner to intermediate
344 pages
7h 7m
English
To use continuous integration with Travis CI, we'll need to upload our project to GitHub. If you haven't already got Git on your machine, download it from https://git-scm.com/ and subsequently create a GitHub account at https://github.com.
Create a new repository for your project at https://github.com/new, or by clicking on the New repository button by clicking on the + at the top-right corner of the screen.
We can then give our repository a name and make the visibility either Public or Private:

Once we click on the Create repository button, we're greeted with a variety of ways in which we can upload our repository ...
Read now
Unlock full access