From ab84b9332aacc8fb8eefb27262c6b55e36fe820f Mon Sep 17 00:00:00 2001 From: Guanzhong Chen Date: Sun, 19 Nov 2017 20:27:49 -0500 Subject: [PATCH] Add Travis build badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 972a264..c396f80 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# 2048 +# 2048 [![Build Status](https://img.shields.io/travis/quantum5/2048.svg?maxAge=43200)](https://travis-ci.org/quantum5/2048) + My version of 2048 game, with multi-instance support, restored from an old high school project.