mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-04 23:34:20 +00:00
travis: kicking lj
This commit is contained in:
parent
cd679ed398
commit
f102657929
@ -25,8 +25,6 @@ LUAJIT="no"
|
||||
|
||||
if [ "${LUA:0:6}" == "luajit" ]; then
|
||||
LUAJIT="yes"
|
||||
LJ_V="${LUA##luajit}"
|
||||
[[ -z "${LJ_V}" ]] && LJ_V="2.0"
|
||||
fi
|
||||
|
||||
mkdir -p "${LUA_HOME_DIR}"
|
||||
@ -35,6 +33,8 @@ if [ "${LUAJIT}" == "yes" ]; then
|
||||
if [ "${LUA}" == "luajit" ]; then
|
||||
curl -LSs "https://github.com/LuaJIT/LuaJIT/archive/v${LUAJIT_VERSION}.tar.gz" | tar xz
|
||||
else
|
||||
LJ_V="${LUA##luajit}"
|
||||
[[ -z "${LJ_V}" ]] && LJ_V="2.0"
|
||||
git clone https://github.com/LuaJIT/LuaJIT.git -b "v${LJ_V}" "${LUAJIT_BASE}"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user