From 60f78f911a4be3fdd303632819685c7067bc621d Mon Sep 17 00:00:00 2001 From: Eli Levit Date: Mon, 18 Mar 2019 00:29:28 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e9afad6..05e67ff 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@

🚀 Start your projects fast simply using already created boilerplate repos

+[![Build Status](https://travis-ci.org/jediyozh/custom-starter.svg?branch=master)](https://travis-ci.org/jediyozh/custom-starter) + ## The problem In each project you start you need to create and install same files and modules as were in the previous one: configs, linters, dev packages. Maybe you have some saved gists so you go and copy them each time into new projects. It’s tiring and slow…