mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 08:32:42 +00:00
test: isCI(): add "name" parameter
This commit is contained in:
@@ -11,7 +11,7 @@ describe("CTRL-C (mapped)", function()
|
||||
it("interrupts :global", function()
|
||||
-- Crashes luajit.
|
||||
if helpers.skip_fragile(pending,
|
||||
os.getenv("TRAVIS") or os.getenv("APPVEYOR")) then
|
||||
helpers.isCI('travis') or helpers.isCI('appveyor')) then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user