Skip to content
Snippets Groups Projects
Commit f4a595ee authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Fix Travis CI build

parent 5a17a632
No related branches found
No related tags found
No related merge requests found
......@@ -77,8 +77,10 @@ class Tmux
end
def close
send_keys 'C-c', 'C-u', 'exit', :Enter
wait { closed? }
wait do
send_keys 'C-c', 'C-u', 'exit', :Enter
closed?
end
end
def kill
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment