aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: drop LuaJIT 2.0 from test matrixHisham Muhammad2020-04-211-1/+0
|
* Replace rockspecs/ with a single scm rockspec (#108)Peter Melnichenko2018-03-151-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.ymlPeter Melnichenko2017-09-111-3/+2
|
* Add LuaJIT 2.1 to Travis-CI matrixPeter Melnichenko2017-09-111-0/+1
|
* Use hererocks for Travis-CIPeter Melnichenko2016-05-031-10/+8
|
* .travis.yml: run tests from root directoryPeter Melnichenko2016-04-261-3/+2
| | | | Fixes missing view for tests/test.lua coverage on coveralls site.
* Adds missing -lluacov testIgnacio Burgueño2016-01-211-2/+6
|
* Drop sudo from callIgnacio Burgueño2016-01-211-1/+1
|
* source script instead of just calling itIgnacio Burgueño2016-01-211-1/+1
| | | Thanks @moteus
* Pass --user flag to pipIgnacio Burgueño2016-01-211-1/+1
|
* Adds coverageIgnacio Burgueño2016-01-211-8/+9
| | | Begin work adding coverage.
* Updates Travis CI scriptsIgnacio Burgueño2016-01-211-2/+2
|
* Fix. Support Lua 5.3.betaAlexey Melnichuk2014-11-121-1/+2
|
* Fix. Exclude some files from coveralls.Alexey Melnichuk2014-08-141-1/+1
|
* Add. Travis files.Alexey Melnichuk2014-08-141-0/+32