Point CI urls to Travis CI

They previously pointed to a site that is currently down.
This commit is contained in:
Nate Eagleson
2013-02-16 11:37:03 -05:00
parent 5c16701790
commit 607f450d9d

View File

@@ -21,7 +21,7 @@
<div class="nav-collapse fr">
<ul class="nav">
<li class="active"><a href="http://www.gitlist.org/">Home</a></li>
<li><a href="http://ci.gitlist.org:8080">Continuous Integration</a></li>
<li><a href="https://travis-ci.org/klaussilveira/gitlist">Continuous Integration</a></li>
<li><a href="https://github.com/klaussilveira/gitlist/issues?state=open">Issues</a></li>
<li><a href="https://github.com/klaussilveira/gitlist/wiki">Wiki</a></li>
</ul>
@@ -90,7 +90,7 @@
<div class="row">
<div class="span4">
<h2>Development</h2>
<p >GitList is actively maintained by many developers around the world. You can <a href="https://github.com/klaussilveira/gitlist/">fork the project on GitHub</a> and start contributing yourself. The project is <a href="http://ci.gitlist.org:8080/">continuously integrated</a>, so we can improve code quality and build effortlessly.</p>
<p >GitList is actively maintained by many developers around the world. You can <a href="https://github.com/klaussilveira/gitlist/">fork the project on GitHub</a> and start contributing yourself. The project is <a href="https://travis-ci.org/klaussilveira/gitlist/">continuously integrated</a>, so we can improve code quality and build effortlessly.</p>
</div>
<div class="span4">
<h2>Mailing list</h2>
@@ -114,7 +114,7 @@
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33185077-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';