mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-29 11:32:19 +00:00
9 lines
220 B
Bash
9 lines
220 B
Bash
# A script for setting up broken Lua rocks for travis-ci testing.
|
|
|
|
sudo luarocks install dkjson --deps-mode=none
|
|
|
|
git clone https://github.com/Olivine-Labs/busted
|
|
cd busted
|
|
sudo luarocks make busted-scm-0.rockspec
|
|
cd ..
|