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