From 63b7e92ce6d2ef08667d985e45fecd74a79dd5f2 Mon Sep 17 00:00:00 2001 From: Wesley Date: Sat, 2 Dec 2017 15:24:14 +0200 Subject: [PATCH] Add build status badge. --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ef3ceb..752e7a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ script: - busted after_success: + - luacov-coveralls --exclude $TRAVIS_BUILD_DIR/lua_install branches: only: diff --git a/README.md b/README.md index f1afaa8..6fd2ebe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # lua-star -Easy A* path finding for Lua +[![Build Status](https://travis-ci.org/wesleywerner/lua-star.svg?branch=master)](https://travis-ci.org/wesleywerner/lua-star) Easy A* path finding for Lua ![lua star example screenshot](example/lua-star-01.png) -- 2.44.0