moonscript/.travis.yml
leaf corcoran b129b00daf update to travis build scripts from https://github.com/moteus/lua-travis-example
no sudo

oops forgot to install lua

busted stable?

we will get there..

use stable loadkit
2015-12-06 18:09:03 -08:00

23 lines
388 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 https://luarocks.org/manifests/olivine-labs/busted-2.0.rc11-0.rockspec
- luarocks install loadkit
- luarocks make
script: busted