Skip to content

Commit

Permalink
Changed test formatter for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tredfern committed Mar 24, 2020
1 parent 52c8283 commit 22b262a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .busted
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ return {
_all = {
lpath = "./?/init.lua;./ext/?.lua;./ext/?/init.lua;./ext/moonpie/?.lua;./ext/moonpie/?/init.lua;",
ROOT = { "game", "assets" },
helper = "test_helper.lua"

helper = "test_helper.lua",
},
travis = {
verbose = true,
coverage = true
coverage = true,
output = "TAP"
}
}

0 comments on commit 22b262a

Please sign in to comment.