m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

Fix CTRL-Y key binding

With tmux-based test cases
This commit is contained in:
Junegunn Choi
2015-01-17 04:55:29 +09:00
parent 62acb9adc4
commit ae3180f919
6 changed files with 209 additions and 12 deletions

View File

@@ -1,10 +1,19 @@
language: ruby
sudo: false
rvm:
- "1.8.7"
- "1.9.3"
- "2.0.0"
- "2.1.1"
install: gem install curses minitest
before_script: |
sudo apt-get install -y tmux libncurses-dev lib32ncurses5-dev
export GOROOT=~/go1.4
export GOPATH=~/go
mkdir -p ~/go/src/github.com/junegunn
ln -s $(pwd) ~/go/src/github.com/junegunn/fzf
curl https://storage.googleapis.com/golang/go1.4.linux-amd64.tar.gz | tar -xz
mv go $GOROOT
cd $GOROOT/src && GOARCH=386 ./make.bash
cd ~/go/src/github.com/junegunn/fzf/src && make install && cd .. &&
yes | ./install && tmux