mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 23:22:39 +00:00
test: isCI(): add "name" parameter
This commit is contained in:
@@ -205,7 +205,7 @@ describe('jobs', function()
|
||||
end)
|
||||
|
||||
it("will not buffer data if it doesn't end in newlines", function()
|
||||
if os.getenv("TRAVIS") and os.getenv("CC") == "gcc-4.9"
|
||||
if helpers.isCI('travis') and os.getenv('CC') == 'gcc-4.9'
|
||||
and helpers.os_name() == "osx" then
|
||||
-- XXX: Hangs Travis macOS since e9061117a5b8f195c3f26a5cb94e18ddd7752d86.
|
||||
pending("[Hangs on Travis macOS. #5002]", function() end)
|
||||
|
||||
Reference in New Issue
Block a user