More cruft to support running busted on Travis
This commit is contained in:
parent
afed3dca21
commit
fa2e3fb38f
1 changed files with 4 additions and 0 deletions
|
@ -19,4 +19,8 @@ package.loaded['socket'] = {
|
|||
end
|
||||
}
|
||||
|
||||
package.loaded['term'] = {
|
||||
isatty = function() return true end
|
||||
}
|
||||
|
||||
require 'busted.runner'({ batch = true, standalone = false })
|
||||
|
|
Loading…
Reference in a new issue