aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into luarocks-3Hisham2016-10-151-1/+1
|\
| * Fix of openssl location on TravisCI OSX buildroboo2016-10-101-1/+1
| |
| * Fix of openssl location on TravisCI OSX buildroboo2016-10-101-1/+1
| |
* | Merge branch 'master' into luarocks-3Hisham2016-10-141-1/+1
|\|
| * Update of YAML files, changed coveralls for codecovroboo2016-08-211-1/+1
| |
* | Tweak tests for luarocks-3 branch.Hisham2016-07-281-1/+1
|/
* Tests: infer Lua/LuaJIT versionPeter Melnichenko2016-07-081-3/+3
|
* .travis.yml: don't use virtualenvPeter Melnichenko2016-07-081-7/+3
| | | | | | | Install python 2 and avoid using virtualenv, pip on osx works fine without it. Also remove unnecessary path prefix and add newline at the end.
* New test-suite for LuaRocks (#581)robooo2016-07-071-9/+65
| | | | | | | | First version of new test-suite, using Busted framework based on Google Summer of Code project: https://summerofcode.withgoogle.com/projects/#5695811874717696 * Rewritten from Bash to Lua * Tests now check if they did what they were supposed to, beyond only checking success or failure of the `luarocks` command * Support for black-box (launching `luarocks` as an external command) and white-box (testing functions in modules directly) testing
* Update build matrix to use latest versionsIgnacio Burgueño2015-06-241-2/+2
| | | Updates the build matrix to use Lua 5.2.4 and 5.3.1
* Adds --only-deps flag to the 'build' command.Ignacio Burgueño2015-04-141-0/+2
| | | | | | As discussed in #287, adds a new flag (--only-deps) to the 'build' command, so only the dependencies of a rock are installed, and not the rock itself.
* Add Lua 5.3 to the test matrixHisham Muhammad2015-01-121-0/+1
|
* Use a test matrix in TravisIgnacio Burgueño2014-03-261-1/+8
|
* Run Travis-CI testsuite on Lua 5.1 and Lua 5.2!Hisham Muhammad2014-03-211-1/+1
|
* Add .travis.yml... let's see what happens!Hisham Muhammad2013-12-091-0/+3