Skip to content

Commit

Permalink
docs: updates README to indicate updated testing results and drops me…
Browse files Browse the repository at this point in the history
…ntion of travis-ci pieces due to removal
  • Loading branch information
harningt committed Apr 13, 2016
1 parent 41b4d78 commit 70f342c
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,22 @@ Bug reports:
harningt@gmail.com

Requirements
Lua 5.1, 5.2, or LuaJIT 2.0
LPeg (Tested with 0.7, 0.8, 0.9, 0.10, 0.12rc2 ... 0.6 mostly works)
Lua 5.1, 5.2, 5.3, LuaJIT 2.0, or LuaJIT 2.1
LPeg (Tested with 0.7, 0.8, 0.9, 0.10, 0.12rc2, 1.0)
For regressionTest:
lfs (Tested with 1.4.1)
lfs (Tested with 1.6.3)
For lunit-tests:
lunit >= 0.4
lunitx >= 0.8

NOTE: LPeg 0.11 may not work - it crashed during my tests
NOTE: LPeg 0.11 may not work - it crashed during my initial tests,
it is not in the test matrix.

Lua versions tested recently:
Lua 5.1.4 + strict + pl.strict
Lua 5.2.0 + pl.strict
LuaJIT-2.0.0-beta10 + strict + pl.strict
Lua 5.1.5
Lua 5.2.4
Lua 5.3.2
LuaJIT-2.0.4
LuaJIT-2.1.0-beta2

License
All-but tests: MIT-style, See LICENSE for details
Expand Down Expand Up @@ -67,7 +70,3 @@ Module/Function overview:
Attribution:
parsing test suite from JSON_checker project of http://www.json.org/
No listed license for these files in their package.

Acknowledgements:
Used sample Travis-CI build pieces from https://github.com/moteus/lua-travis-example
Copyright (c) 2014 Alexey Melnichuk

0 comments on commit 70f342c

Please sign in to comment.