Files
argparse/.travis.yml
2015-09-24 18:42:56 +03:00

24 lines
386 B
YAML

language: python
sudo: false
env:
- LUA="lua 5.1"
- LUA="lua 5.2"
- LUA="lua 5.3"
- LUA="luajit 2.0"
before_install:
- pip install hererocks
- hererocks l -r^ --$LUA
- export PATH=$PATH:$PWD/l/bin
- luarocks install luacheck
- luarocks install dkjson --deps-mode=none
- luarocks install busted
install:
- luarocks make
script:
- busted
- luacheck src spec