From 1d66b3dc876ee58e5f7759528d9be5acfe2b4523 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Wed, 24 Apr 2019 18:28:14 +1000 Subject: [PATCH] Added build status badge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e5474a3..8559302 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Inspired by the popular Truffle framework and developed in Typescript, Lamington makes smart contract development simple for any level of EOSIO developer. +[![Build Status](https://travis-ci.org/CoinageCrypto/lamington.svg?branch=master)](https://travis-ci.org/CoinageCrypto/lamington) + ## Features The Lamington library includes CLI tools and JavaScript utilities to streamline the smart contract building, testing and deployment pipeline.