mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-12-26 15:07:56 +00:00
travis issue?
This commit is contained in:
parent
77ee541c56
commit
bc8dbbd627
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue