Files
argparse/.travis.yml
2014-01-06 19:57:51 +04:00

10 lines
207 B
YAML

language: c
install:
- sudo apt-get install luarocks
- sudo luarocks install busted
- sudo luarocks install 30log
- sudo luarocks make rockspecs/largparse-lrcompat-1.rockspec
script: "busted spec"