WEBVTT

00:00.990 --> 00:03.450
-: In the last section, we created our GitHub repository

00:03.450 --> 00:06.300
and we linked it up to a new local repo.

00:06.300 --> 00:08.220
So we should now have everything up on GitHub

00:08.220 --> 00:09.630
as you see right here.

00:09.630 --> 00:11.520
The next thing we have to do is take that repo

00:11.520 --> 00:15.000
and tell Travis CI that it needs to watch that repository,

00:15.000 --> 00:17.340
and watch for us pushing code to it.

00:17.340 --> 00:20.100
So to do so, I'm gonna open up a new browser tab,

00:20.100 --> 00:23.853
and I'll navigate to travis-ci.org.

00:24.930 --> 00:27.870
Now once here, remember we have to refresh

00:27.870 --> 00:29.550
our list of Git repositories.

00:29.550 --> 00:32.820
So up on the top right hand side, I'll click on profile,

00:32.820 --> 00:33.930
and then on the left hand side

00:33.930 --> 00:36.900
I'll find the button that says, sync account.

00:36.900 --> 00:38.670
So I'm gonna do a manual sync.

00:38.670 --> 00:41.400
Now this might take a second or so for it to complete.

00:41.400 --> 00:42.750
Okay, I'm kinda lucky this time around,

00:42.750 --> 00:44.790
usually takes a little bit longer than that.

00:44.790 --> 00:46.860
So now I'm gonna refresh this entire page

00:46.860 --> 00:49.473
to refresh the list of repositories right here.

00:52.110 --> 00:53.490
And then I'm gonna do a search

00:53.490 --> 00:55.500
for the repository that I just created,

00:55.500 --> 00:58.830
which was multi-K-eights, like so.

00:58.830 --> 01:00.450
So there's the repo I just made,

01:00.450 --> 01:02.190
I'll click the little slider over here

01:02.190 --> 01:04.320
to enable it for building.

01:04.320 --> 01:05.670
Cool, so that's pretty much it.

01:05.670 --> 01:08.670
We can now go back over to the Travis CI dashboard

01:08.670 --> 01:10.890
by using the link at the top left hand side,

01:10.890 --> 01:12.450
and we'll see multi-K-eights

01:12.450 --> 01:14.490
as a new project inside of here.

01:14.490 --> 01:16.230
So now the next time that we build code,

01:16.230 --> 01:18.180
this thing should start up and start running,

01:18.180 --> 01:21.900
and hopefully run whatever Travis YML script file

01:21.900 --> 01:23.280
that we put inside there.

01:23.280 --> 01:25.080
So let's take a quick pause right now.

01:25.080 --> 01:26.460
We're gonna come back to the next section.

01:26.460 --> 01:28.770
We're going to start to create our Google project,

01:28.770 --> 01:30.180
and we'll also start to put together

01:30.180 --> 01:32.520
our travis.yml file.

01:32.520 --> 01:34.970
So quick pause and I'll see you in just a moment.
