1
0
Fork 0

More cruft to support running busted on Travis

This commit is contained in:
Thomas Goyne 2015-12-22 17:43:17 -08:00
parent afed3dca21
commit fa2e3fb38f
1 changed files with 4 additions and 0 deletions

View File

@ -19,4 +19,8 @@ package.loaded['socket'] = {
end
}
package.loaded['term'] = {
isatty = function() return true end
}
require 'busted.runner'({ batch = true, standalone = false })