Skip to content

Commit c3275a2

Browse files
committed
adding a couple more CI services
1 parent db96b37 commit c3275a2

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed

all.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,6 +2254,14 @@ <h2>Hosted CI services</h2>
22542254
<p><a href="https://www.shippable.com/">Shippable</a> uses Docker containers to speed
22552255
the build and integration process. It's free for public repositories.</p>
22562256
</li>
2257+
<li>
2258+
<p><a href="https://drone.io/">Drone</a> is another CI service that also provides free
2259+
builds for open source projects.</p>
2260+
</li>
2261+
<li>
2262+
<p><a href="https://www.codeship.io/">Codeship</a> provides continuous integration for
2263+
Python 2.7.</p>
2264+
</li>
22572265
</ul>
22582266
<h2>Continuous integration resources</h2>
22592267
<ul>

continuous-integration.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,14 @@ <h2>Hosted CI services</h2>
9292
<p><a href="https://www.shippable.com/">Shippable</a> uses Docker containers to speed
9393
the build and integration process. It's free for public repositories.</p>
9494
</li>
95+
<li>
96+
<p><a href="https://drone.io/">Drone</a> is another CI service that also provides free
97+
builds for open source projects.</p>
98+
</li>
99+
<li>
100+
<p><a href="https://www.codeship.io/">Codeship</a> provides continuous integration for
101+
Python 2.7.</p>
102+
</li>
95103
</ul>
96104
<h2>Continuous integration resources</h2>
97105
<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-10T14:59:27Z</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-11T08:21:31Z</updated></feed>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ do not break existing tests ensure the software works as intended.
6262
* [Shippable](https://www.shippable.com/) uses Docker containers to speed
6363
the build and integration process. It's free for public repositories.
6464

65+
* [Drone](https://drone.io/) is another CI service that also provides free
66+
builds for open source projects.
67+
68+
* [Codeship](https://www.codeship.io/) provides continuous integration for
69+
Python 2.7.
70+
6571

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

0 commit comments

Comments
 (0)