From 57700aceb146c2e33a74e880be035d1e00be3230 Mon Sep 17 00:00:00 2001 From: Daniel Kang Date: Sat, 19 Jan 2019 20:46:32 -0800 Subject: [PATCH] add build status to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53e1f7c..02bbcd9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![GoDoc](https://godoc.org/github.com/d5/tengo?status.svg)](https://godoc.org/github.com/d5/tengo/script) [![Go Report Card](https://goreportcard.com/badge/github.com/d5/tengo)](https://goreportcard.com/report/github.com/d5/tengo) +[![Build Status](https://travis-ci.org/d5/tengo.svg?branch=master)](https://travis-ci.org/d5/tengo) Tengo is an embeddable script language for Go.