moonscript/.travis.yml
2016-07-13 10:19:30 -07:00

23 lines
324 B
YAML

language: c
sudo: false
env:
global:
- LUAROCKS=2.2.2
matrix:
- LUA=lua5.1
- LUA=lua5.2
- LUA=lua5.3
- LUA=luajit2.1 # current head of 2.1 branch
before_install:
- source .travis/setenv_lua.sh
install:
- luarocks install busted
- luarocks install loadkit
- luarocks make
script: busted