From 64fb10d15d73d9fe2dc14d9b0992394b6d736972 Mon Sep 17 00:00:00 2001 From: Mark Hamstra Date: Thu, 28 Jan 2016 14:43:09 +0100 Subject: [PATCH] Add build status to readme --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index fdc5817..9721086 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,8 @@ Alpacka by modmore is a base service class for MODX packages, and a (growing) collection of common utilities for MODX packages. It is meant to be included as a composer package. +[![Build Status](https://circleci.com/gh/modmore/Alpacka.svg?style=svg)](https://circleci.com/gh/modmore/Alpacka) + To use Alpacka, your base service class will need to extend the `modmore\Alpacka\Alpacka` class. There is a (very) simple example service implementation in tests/Example.php.