forked from travis-ci/docs-travis-ci-com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
60 lines (56 loc) · 2.11 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
---
title: Travis CI User Documentation
layout: en
permalink: /
no_header: true
short_title: true
---
<section class="index-intro">
<figure>
<img src="images/ui/docs-desktop.svg" alt="">
</figure>
<h1>New around here? Let's get you going.</h1>
<p><a class="get-started-button" href="/user/getting-started">Getting Started</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/travis-lint">Validating .travis.yml files</a></li>
<li><a href="/user/customizing-the-build">Customizing your build</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/speeding-up-the-build">How can I make my build faster?</a></li>
<li><a href="/user/pull-requests">How are pull requests tested?</a></li>
<li><a href="/user/using-postgresql/#Selecting-a-PostgreSQL-Version">How do I choose a PostgreSQL version?</a></li>
<li><a href="/user/using-postgresql/#Using-PostGIS">How do I configure PostGIS for my tests?</a></li>
<li><a href="/user/pull-requests">How are pull requests tested?</a></li>
<li><a href="/user/build-timeouts">My builds are timing out, what can I do?</a></li>
<li><a href="/user/repository-providers">What repository providers can I 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>