Skip to content

Commit 472c262

Browse files
committed
adding new ci hosted service
1 parent d64f80a commit 472c262

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2262,6 +2262,10 @@ <h2>Hosted CI services</h2>
22622262
<p><a href="https://www.codeship.io/">Codeship</a> provides continuous integration for
22632263
Python 2.7.</p>
22642264
</li>
2265+
<li>
2266+
<p><a href="https://snap-ci.com/">Snap</a> is a CI server and build pipeline tool for
2267+
both integrating and deploying code.</p>
2268+
</li>
22652269
</ul>
22662270
<h2>Continuous integration resources</h2>
22672271
<ul>

continuous-integration.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ <h2>Hosted CI services</h2>
100100
<p><a href="https://www.codeship.io/">Codeship</a> provides continuous integration for
101101
Python 2.7.</p>
102102
</li>
103+
<li>
104+
<p><a href="https://snap-ci.com/">Snap</a> is a CI server and build pipeline tool for
105+
both integrating and deploying code.</p>
106+
</li>
103107
</ul>
104108
<h2>Continuous integration resources</h2>
105109
<ul>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-08-11T08:22:28Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-08-12T09:22:29Z</updated></feed>

source/content/pages/06-automation/0602-continuous-integration.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ do not break existing tests ensure the software works as intended.
6868
* [Codeship](https://www.codeship.io/) provides continuous integration for
6969
Python 2.7.
7070

71+
* [Snap](https://snap-ci.com/) is a CI server and build pipeline tool for
72+
both integrating and deploying code.
73+
7174

7275
## Continuous integration resources
7376
* [What is continuous integration](http://martinfowler.com/articles/continuousIntegration.html)

0 commit comments

Comments
 (0)