From 7ea187ffe30ea38e343268dd6376e8916ea0a3e4 Mon Sep 17 00:00:00 2001 From: Yonas Kolb Date: Mon, 24 Jul 2017 19:37:36 +0200 Subject: [PATCH] Add travis badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3261f2b3..723ccf33 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # XcodeGen ![Package Managers](https://img.shields.io/badge/package%20managers-SwiftPM-yellow.svg) -[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/yonaskolb/SwagGen/blob/master/LICENSE) +[![Build Status](https://img.shields.io/travis/yonaskolb/XcodeGen/master.svg?style=flat)](https://travis-ci.org/yonaskolb/XcodeGen) +[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/yonaskolb/XcodeGen/blob/master/LICENSE) A command line tool that generates your Xcode project from a YAML project spec and your folder structure. This allows for easy configuration which is git friendly, and means your project structure represents exacty what's on disk. The project can be re-generated on demand which means you can remove your xcode project from git and say goodbye to .xcodeproj merge conflicts!