mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
Travis: Fail fast, disable JIT for functional tests.
Disable JIT to find cause for random `PANIC: unprotected error in call to Lua API` on Travis (OS X).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
if jit then
|
||||
-- Disable JIT because of random errors on Travis with OS X.
|
||||
jit.off(true, true)
|
||||
end
|
||||
|
||||
require('coxpcall')
|
||||
local Loop = require('nvim.loop')
|
||||
local MsgpackStream = require('nvim.msgpack_stream')
|
||||
|
||||
Reference in New Issue
Block a user