m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00

Fix Travis CI build

This commit is contained in:
Junegunn Choi
2015-06-14 23:44:42 +09:00
parent 022435a90a
commit e287bd7f04

View File

@@ -787,6 +787,7 @@ class TestBash < TestBase
include CompletionTest
def new_shell
tmux.prepare
tmux.send_keys "FZF_TMUX=0 #{Shell.bash}", :Enter
tmux.prepare
end