diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 1 deletions
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: @@ -1,6 +1,6 @@ # lua-star -Easy A* path finding for Lua +[](https://travis-ci.org/wesleywerner/lua-star) Easy A* path finding for Lua  |