forked from travis-ci/docs-travis-ci-com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (61 loc) · 2.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
title: Travis CI User Documentation
layout: en
permalink: /
no_header: true
no_toc: true
short_title: true
---
<section class="index-intro">
<figure>
<img src="images/ui/docs-desktop.svg" alt="Image of desktop">
</figure>
<h1>New around here? Let's get you going.</h1>
<p><a class="get-started-button" href="/user/tutorial/">Travis CI Tutorial</a></p>
</section>
<div class="row index-main">
<div class="columns large-6">
<section>
<h2>Already know the basics?</h2>
<ul>
<li><a href="/user/customizing-the-build">Customizing your build</a></li>
</ul>
</section>
<section>
<h2>Migrate to GitHub Apps</h2>
<ul>
<li><a href="/user/migrate/open-source-on-travis-ci-com/">Open source accounts</a></li>
<li><a href="/user/migrate/legacy-services-to-github-apps-migration-guide/">Private accounts</a></li>
</ul>
</section>
<section>
<h2>Deployment Guides</h2>
<p>Learn how to deploy to your hosting provider using Travis CI.</p>
<ul>
<li><a href="/user/deployment/heroku/">Heroku</a></li>
<li><a href="/user/deployment/codedeploy/">AWS CodeDeploy</a></li>
<li><a href="/user/deployment/openshift/">OpenShift</a></li>
<li><a href="/user/deployment">more deployment guides</a></li>
</ul>
</section>
<section>
<h2>Common Questions</h2>
<ul>
<li><a href="/user/customizing-the-build/#what-repository-providers-or-version-control-systems-can-i-use">What repository providers can I use?</a></li>
<li><a href="/user/reference/bionic/">Can I use Ubuntu 18.04 Bionic for my builds?</a></li>
<li><a href="/user/reference/xenial/">Can I use Ubuntu Xenial for my builds?</a><li>
<li><a href="/user/notifications/#changing-the-email-address-for-build-notifications">How do I change the notification email address?</a><li>
<li><a href="/user/ip-addresses/">What IP addresses do the builds use?</a></li>
</ul>
</section>
</div>
<div class="columns large-6">
<section>
<h2>Language-specific Guides</h2>
<p>Learn about using Travis CI with your favourite programming language.</p>
<div class="language-docs" >
{% include languages.html %}
</div>
</section>
</div>
</div>