Skip to content

Commit

Permalink
Merge 02167a8 into 65aee6e
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Apr 27, 2018
2 parents 65aee6e + 02167a8 commit 8a0f9e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ before_install:
install:
- luarocks install luasocket
- luarocks install busted
- luarocks install luacov-coveralls
script:
- make test-all
- make cover
after_success:
- luacov-coveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Lua Client for Pilosa

<a href="https://github.com/pilosa"><img src="https://img.shields.io/badge/pilosa-master-blue.svg"></a>
<a href="https://travis-ci.org/pilosa/lua-pilosa"><img src="https://api.travis-ci.org/pilosa/lua-pilosa.svg?branch=master"></a>

<img src="https://www.pilosa.com/img/le.svg" style="float: right" align="right" height="301">

Expand Down

0 comments on commit 8a0f9e2

Please sign in to comment.