From 1d5abd3e8f85897372eb9941f8ae0fb8b55b77f2 Mon Sep 17 00:00:00 2001 From: Tristan Hearn Date: Fri, 28 Feb 2014 16:33:59 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8e4e1d..685fd8d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ![Alt text](http://i.imgur.com/6B84SNI.png "Screenshot") +[![Build Status](https://travis-ci.org/thearn/game-of-life.png?branch=master)](https://travis-ci.org/thearn/game-of-life) ### Fast Python implementation of Conway's game of life [and other cellular automata](http://www.conwaylife.com/wiki/Cellular_automaton#Well-known_Life-like_cellular_automata) Running