lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.43k stars 186 forks source link

Use new travis infra as per moteus/lua-travis-example #503

Closed istr closed 8 years ago

istr commented 8 years ago

Based on https://github.com/moteus/lua-travis-example this PR changes the travis setup and drops sudo in favor of the faster container-based travis infrastructure. Adds checks for luajit and luajit 2.1.

DorianGray commented 8 years ago

Thanks!