build: allows 5.3-dev branch
[luaevent.git] / .travis.yml
blobacf7c41ddf7e0efe676cc513c6d9cb3c9596ec82
1 # Lie about language support for broader support
2 language: c
4 sudo: false
6 branches:
7     only:
8         - develop
9         - feature/travis
10         - feature/lua5.3-dev
12 env:
13     global:
14         - LUAROCKS=2.2.2
15     matrix:
16         - LUA=luajit2.1
17         - LUA=luajit2.0
18         - LUA=luajit
19         - LUA=lua5.3
20         - LUA=lua5.2
21         - LUA=lua5.1
23 before_install:
24     - source .travis/setenv_lua.sh
25     - luarocks install busted
27 script:
28     - luarocks make rockspecs/luaevent/luaevent-scm-0.rockspec
29     - cd test && busted event_buffer-tests.lua
31 notifications:
32     email:
33         on_success: change
34         on_failure: always