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