Files
argparse/.travis.yml
mpeterv af793c49f3 Generate docs for 0.4.0
It is better to have docs built in the repo so that building
scm version doesn't fail with 'missing doc directory' error.
2015-06-20 18:19:50 +03:00

19 lines
243 B
YAML

language: c
env:
- LUA="Lua 5.1"
- LUA="Lua 5.2"
- LUA="Lua 5.3"
- LUA="LuaJIT 2.0"
before_install:
- bash .travis_setup.sh
- bash .travis_setup_rocks.sh
install:
- sudo luarocks make
script:
- busted
- luacheck src spec