Fix travis CI build

This commit is contained in:
Junegunn Choi 2015-10-23 15:07:16 +09:00
parent 02203c7739
commit a1184ceb4e
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ cd $(dirname $BASH_SOURCE)
fzf_base="$(pwd)"
# If stdin is a tty, we are "interactive".
interactive=
[ -t 0 ] && interactive=yes
ask() {