mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
17 lines
243 B
YAML
17 lines
243 B
YAML
language: c
|
|
|
|
env:
|
|
- LUA="Lua 5.1"
|
|
- LUA="Lua 5.2"
|
|
- LUA="LuaJIT 2.0"
|
|
|
|
before_install:
|
|
- bash .travis_setup.sh
|
|
|
|
install:
|
|
- sudo luarocks make rockspecs/argparse-scm-1.rockspec
|
|
- sudo luarocks install busted
|
|
|
|
script:
|
|
- busted spec
|