travis issue?

This commit is contained in:
duncathan 2020-03-13 02:37:04 -06:00
parent 77ee541c56
commit bc8dbbd627

View file

@ -11,7 +11,7 @@ before_install:
if ! [ -x "$(command -v luarocks)" ]; then if ! [ -x "$(command -v luarocks)" ]; then
# install luarocks via hererocks via python # install luarocks via hererocks via python
pip install hererocks pip install hererocks
hererocks --lua 5.1 --luarocks 3 $HOME/luarocks hererocks --lua latest --luarocks 3.0 $HOME/luarocks
bash $HOME/luarocks/bin/activate bash $HOME/luarocks/bin/activate
fi fi
export PATH=$HOME/luarocks/bin:$PATH export PATH=$HOME/luarocks/bin:$PATH