From cd507c708a98c327ff9cf32e2ba6ea2d2a1af0dc Mon Sep 17 00:00:00 2001 From: Alexandre Kavalerski Date: Thu, 9 Jul 2020 20:17:04 -0300 Subject: [PATCH] Add travis badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3428992..2425bc4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # A Star Puzzle Solver +[![Build Status](https://travis-ci.org/AlexandreKavalerski/a-star-puzzle-solver.svg?branch=master)](https://travis-ci.org/AlexandreKavalerski/a-star-puzzle-solver) + #### View an example of use [here](https://iac-puzzle-game.netlify.app/) A TypeScript lib that solves Puzzle Game problem using the A* Algorithm @@ -186,4 +188,4 @@ Please make sure to update tests as appropriate. ## License -This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details