1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
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 luarocks install busted - sudo luarocks make script: busted spec branches: only: - master notifications: email: false