mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-12-26 06:57:26 +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
|
||||
# install luarocks via hererocks via python
|
||||
pip install hererocks
|
||||
hererocks --lua 5.1 --luarocks 3 $HOME/luarocks
|
||||
hererocks --lua latest --luarocks 3.0 $HOME/luarocks
|
||||
bash $HOME/luarocks/bin/activate
|
||||
fi
|
||||
export PATH=$HOME/luarocks/bin:$PATH
|
||||
|
|
Loading…
Reference in a new issue