diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-05 03:46:37 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-05 04:02:41 +0200 |
commit | 94afc201bc89c48f477b7de4edeeee20731fdce4 (patch) | |
tree | 098ba457c981085db08b1f4d836add1bc9cfa24f /test/functional/ex_cmds/ctrl_c_spec.lua | |
parent | c516586dc35b4ab8c691a5f234b90581582ccc85 (diff) | |
download | rneovim-94afc201bc89c48f477b7de4edeeee20731fdce4.tar.gz rneovim-94afc201bc89c48f477b7de4edeeee20731fdce4.tar.bz2 rneovim-94afc201bc89c48f477b7de4edeeee20731fdce4.zip |
test: isCI(): add "name" parameter
Diffstat (limited to 'test/functional/ex_cmds/ctrl_c_spec.lua')
-rw-r--r-- | test/functional/ex_cmds/ctrl_c_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ex_cmds/ctrl_c_spec.lua b/test/functional/ex_cmds/ctrl_c_spec.lua index 4c5383b712..f65d9f0d01 100644 --- a/test/functional/ex_cmds/ctrl_c_spec.lua +++ b/test/functional/ex_cmds/ctrl_c_spec.lua @@ -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 |