diff options
author | Wesley <wesley.werner@gmail.com> | 2017-12-02 15:24:14 +0200 |
---|---|---|
committer | Wesley <wesley.werner@gmail.com> | 2017-12-02 15:24:14 +0200 |
commit | 63b7e92ce6d2ef08667d985e45fecd74a79dd5f2 (patch) | |
tree | a1d74a4a4c3827c2b6a972ffbc8584208ac3976b | |
parent | b6004415c7118bcea6425c04912eafae43a3b0f6 (diff) | |
download | lua-star-63b7e92ce6d2ef08667d985e45fecd74a79dd5f2.tar.xz |
Add build status badge.
-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  |