Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: drop LuaJIT 2.0 from test matrix | Hisham Muhammad | 2020-04-21 | 1 | -1/+0 |
| | |||||
* | Replace rockspecs/ with a single scm rockspec (#108) | Peter Melnichenko | 2018-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | There is no need to keep rockspecs for older versions - it's enough to ensure that `luarocks make` builds currently checked out version. `luarocks new-version <rockspec> <version> --tag=<tag>` generates rockspecs for releases. Use `scm` instead of `dev` as LuaRocks 2 thinks that `dev` versions are less than normal versions like 1.6.3, making it tricky to use bleeding-edge version as a dependency with a constraint such as `luafilesystem >= 1.6.3`. | ||||
* | Update luacov-coveralls deps installation in .travis.yml | Peter Melnichenko | 2017-09-11 | 1 | -3/+2 |
| | |||||
* | Add LuaJIT 2.1 to Travis-CI matrix | Peter Melnichenko | 2017-09-11 | 1 | -0/+1 |
| | |||||
* | Use hererocks for Travis-CI | Peter Melnichenko | 2016-05-03 | 1 | -10/+8 |
| | |||||
* | .travis.yml: run tests from root directory | Peter Melnichenko | 2016-04-26 | 1 | -3/+2 |
| | | | | Fixes missing view for tests/test.lua coverage on coveralls site. | ||||
* | Adds missing -lluacov test | Ignacio Burgueño | 2016-01-21 | 1 | -2/+6 |
| | |||||
* | Drop sudo from call | Ignacio Burgueño | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | source script instead of just calling it | Ignacio Burgueño | 2016-01-21 | 1 | -1/+1 |
| | | | Thanks @moteus | ||||
* | Pass --user flag to pip | Ignacio Burgueño | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | Adds coverage | Ignacio Burgueño | 2016-01-21 | 1 | -8/+9 |
| | | | Begin work adding coverage. | ||||
* | Updates Travis CI scripts | Ignacio Burgueño | 2016-01-21 | 1 | -2/+2 |
| | |||||
* | Fix. Support Lua 5.3.beta | Alexey Melnichuk | 2014-11-12 | 1 | -1/+2 |
| | |||||
* | Fix. Exclude some files from coveralls. | Alexey Melnichuk | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | Add. Travis files. | Alexey Melnichuk | 2014-08-14 | 1 | -0/+32 |