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