]> git.lizzy.rs Git - lua-star.git/commitdiff
Add build status badge.
authorWesley <wesley.werner@gmail.com>
Sat, 2 Dec 2017 13:24:14 +0000 (15:24 +0200)
committerWesley <wesley.werner@gmail.com>
Sat, 2 Dec 2017 13:24:14 +0000 (15:24 +0200)
.travis.yml
README.md

index 4ef3ceb164af0f44f337491fef28f9d040d61f0b..752e7a6ab6358311f51f0e31b0b1236371819138 100644 (file)
@@ -16,6 +16,7 @@ script:
   - busted
 
 after_success:
+  - luacov-coveralls --exclude $TRAVIS_BUILD_DIR/lua_install
 
 branches:
   only:
index f1afaa832c24ad0e7aad751ca7a19743bdacbfb3..6fd2ebe16d530b69f8c727d249e884a19d50dfd8 100644 (file)
--- 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)