From 045e7da15776f0f1ccf9880a6db007a4f049196e Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 1 Oct 2018 13:33:57 +0200 Subject: [PATCH] Add a build status badge to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 50f91451..84a7cff4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Manim Animation engine for explanatory math videos. +[![build](https://img.shields.io/travis/3b1b/manim.svg "Travis build status")](https://travis-ci.com/3b1b/manim) + + For those who want to play around with this tool, I should be upfront that I've mostly had my own use cases (i.e. 3b1b videos) in mind while building it, and it might not be the most friendly thing to get up and running. In particular, I have not done a great job tracking requirements, writing tests, and documentation, to put it euphemistically, almost exclusively takes the form of naming conventions.