m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00

Add basic test cases for shell extensions (#83)

- Key bindings for bash, zsh, and fish
- Fuzzy completion for bash (file, dir, process)
This commit is contained in:
Junegunn Choi
2015-03-01 03:00:36 +09:00
parent c1aa5c5f33
commit 4d2d18649c
2 changed files with 241 additions and 21 deletions

View File

@@ -1,11 +1,15 @@
language: ruby
rvm:
- 2.2.0
install:
- sudo apt-get update
- sudo apt-get install -y libncurses-dev lib32ncurses5-dev
- sudo add-apt-repository -y ppa:pi-rho/dev
- sudo apt-add-repository -y ppa:fish-shell/release-2
- sudo apt-get update
- sudo apt-get install -y tmux=1.9a-1~ppa1~p
- sudo apt-get install -y zsh fish
script: |
export GOROOT=~/go1.4