about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-02-08T12·04+0100
committerGitHub <noreply@github.com>2017-02-08T12·04+0100
commitc58ce7e2ab76a591774ef2537f46665fd0885b1d (patch)
treeddf42dd4de67f7bea83db0d3db2dd154b24a5f7a /README.md
parentad82ff3e7560edf132d04b8a4e08447af3821efb (diff)
parent1e80f19f7b3e5246b42e74862b32885fb621b03c (diff)
Merge pull request #7 from tazjin/feat/travis
Enable Travis.CI builds
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f9172283297c..df74f2c334f3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 KonTemplate - A simple Kubernetes templater
 ===========================================
 
+[![Build Status](https://travis-ci.org/tazjin/kontemplate.svg?branch=master)](https://travis-ci.org/tazjin/kontemplate)
+
 I made this tool out of frustration with the available ways to template Kubernetes resource files. All I want out of
 such a tool is a way to specify lots of resources with placeholders that get filled in with specific values, based on
 which context (i.e. k8s cluster) is specified.