2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/.busted
Frans de Jonge 21c51a9162 Travis update
The new container-based format doesn't do sudo anymore, so there are some extensive changes.

It does, however, allow cache.

I also took the opportunity to switch to a newer busted. The root element for that now needs to be a table.
2015-08-24 16:40:52 +02:00

8 lines
111 B
Plaintext

return {
default = {
verbose = true,
ROOT = {"spec/front/unit"},
lpath = "spec/front/unit/?.lua",
},
}