Files
argparse/.travis.yml
mpeterv d1386c1d96 Add brackets to argname automatically
Updated aux files
2014-04-24 21:27:22 +04:00

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