mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-08 09:34:22 +00:00
26 lines
333 B
YAML
26 lines
333 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
|
|
|
|
install:
|
|
- sudo apt-get update -qq
|
|
- sudo luarocks install busted
|
|
|
|
script: busted -v
|
|
|
|
branches:
|
|
except:
|
|
- gh-pages
|
|
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: always
|