From cb52a6e4b37167d13419131b465ee982661df344 Mon Sep 17 00:00:00 2001
From: Marko Anastasov <marko@renderedtext.com>
Date: Wed, 19 Jun 2019 14:10:07 +0200
Subject: [PATCH] Add Semaphore to list of CI services

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 6cde7f6..492c11a 100644
--- a/README.md
+++ b/README.md
@@ -1226,6 +1226,7 @@ Online tools and APIs to simplify development.
 *Also see [awesome-CIandCD](https://github.com/ciandcd/awesome-ciandcd#online-build-system).*
 
 * [CircleCI](https://circleci.com/) - A CI service that can run very fast parallel testing.
+* [Semaphore](https://semaphoreci.com) - Serverless CI/CD pipelines.
 * [Travis CI](https://travis-ci.org) - A popular CI service for your open source and [private](https://travis-ci.com) projects. (GitHub only)
 * [Vexor CI](https://vexor.io) - A continuous integration tool for private apps with pay-per-minute billing model.
 * [Wercker](http://www.wercker.com/) - A Docker-based platform for building and deploying applications and microservices.
-- 
GitLab