From 5fff18c391869eab22d6be86550299785e5dd43b Mon Sep 17 00:00:00 2001 From: Devin Neal Date: Tue, 30 Apr 2019 22:08:01 -0700 Subject: [PATCH] Add build status to README Library can now successfully do nothing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 012d9df4..cb0596c0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Manim - Mathematical Animation Engine [![Documentation Status](https://readthedocs.org/projects/manim/badge/?version=latest)](https://manim.readthedocs.io/en/latest/?badge=latest) +[![Build Status](https://travis-ci.org/3b1b/manim.svg?branch=master)](https://travis-ci.org/3b1b/manim) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://choosealicense.com/licenses/mit/) Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen in the videos at [3Blue1Brown](https://www.3blue1brown.com/).