Add a contact section to the guide.

This commit is contained in:
Mathias Meyer 2013-06-13 13:43:26 +02:00
parent b2bdd8ec7a
commit a5b6e16d3e

View File

@ -21,7 +21,8 @@
<p>
Once you've enabled one of your projects, add a <a
href="http://about.travis-ci.org/docs/user/build-configuration/#.travis.yml-file%3A-what-it-is-and-how-it-is-used"><code>.travis.yml</code></a> to your project, push some code, and we'll start processing your builds. Wait a
whee while and reload the page, and your newly setup and built project will show up on the right. </p>
whee while and reload the page, and your newly setup and built project will show up on the right.
</p>
<p>
<img src="/images/getting-started/first-build.jpg" width="550"/>
@ -52,4 +53,11 @@
exposing any private credentials, you can shield them from the public using <a
href="http://about.travis-ci.org/docs/user/build-configuration/#Secure-environment-variables">encrypted
configuration settings</a>.
</p>
<p>
Should you have any questions or issues, have a look at <a href="http://about.travis-ci.org/docs/" location="_top">our
documentation</a>, <a href="https://github.com/travis-ci/travis-ci/issues/new" location="_top">open an issue</a> or
<a href="mailto:support@travis-ci.com">send us an email</a>.
</p>
</div>