Fix. Support Lua 5.3.beta

This commit is contained in:
Alexey Melnichuk
2014-11-12 14:44:53 +04:00
parent 9db234cc10
commit 8f2949974a
4 changed files with 47 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ env:
matrix:
- LUA=lua5.1
- LUA=lua5.2
- LUA=lua5.3
- LUA=luajit
branches:
@@ -17,7 +18,7 @@ before_install:
- sudo pip install cpp-coveralls
install:
- sudo luarocks make rockspecs/luafilesystem-cvs-2.rockspec CFLAGS="-O2 -fPIC -ftest-coverage -fprofile-arcs" LIBFLAG="-shared --coverage"
- sudo luarocks make rockspecs/luafilesystem-cvs-3.rockspec CFLAGS="-O2 -fPIC -ftest-coverage -fprofile-arcs" LIBFLAG="-shared --coverage"
script:
- cd tests