forked from github/server
travis lua_path, again
This commit is contained in:
parent
c5cc314c46
commit
8421e64c6e
|
@ -41,6 +41,8 @@ cd $ROOT
|
||||||
inifile
|
inifile
|
||||||
luarocks install lunitx --local
|
luarocks install lunitx --local
|
||||||
eval $(luarocks path)
|
eval $(luarocks path)
|
||||||
|
export LUA_PATH="$ROOT/scripts/?.lua;$LUA_PATH"
|
||||||
|
echo $LUA_PATH
|
||||||
s/runtests -V
|
s/runtests -V
|
||||||
integration_tests
|
integration_tests
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue