From efe5522b127c71ef49b4d5950a9ffd7c6cd8c6fb Mon Sep 17 00:00:00 2001 From: Andrew Sliwinski Date: Tue, 18 Dec 2018 16:09:55 -0500 Subject: [PATCH] Add travis badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index afb20c5..9eed17e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ## scratch-analysis #### Analysis tool for summarizing the structure, composition, and complexity of [Scratch](https://scratch.mit.edu) programs. +[![Build Status](https://travis-ci.org/LLK/scratch-analysis.svg?branch=develop)](https://travis-ci.org/LLK/scratch-analysis) + ## Getting Started ```bash npm install scratch-analysis