Skip to content

Commit

Permalink
README: Add build status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jun 4, 2013
1 parent d55b2b1 commit db4d4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# luamin, a Lua minifier written in JavaScript

[![Dependency status](https://gemnasium.com/mathiasbynens/luamin.png)](https://gemnasium.com/mathiasbynens/luamin)
[![Build status](https://travis-ci.org/mathiasbynens/luamin.png?branch=master)](https://travis-ci.org/mathiasbynens/luamin) [![Dependency status](https://gemnasium.com/mathiasbynens/luamin.png)](https://gemnasium.com/mathiasbynens/luamin)

luamin uses the excellent [luaparse](http://oxyc.github.io/luaparse/) library to parse Lua code into an Abstract Syntax Tree. Based on that AST, luamin then generates a (hopefully) more compact yet semantically equivalent Lua program. [Here’s an online demo.](http://mothereff.in/lua-minifier)

Expand Down

0 comments on commit db4d4a0

Please sign in to comment.