Fix travis CI build

pull/403/head
Junegunn Choi 9 years ago
parent 02203c7739
commit a1184ceb4e

@ -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() {

Loading…
Cancel
Save