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

Cleanup - no more rubygems

This commit is contained in:
Junegunn Choi
2015-03-11 02:12:38 +09:00
parent 49c752b1f7
commit b2c423d1ff
4 changed files with 1 additions and 39 deletions

View File

@@ -25,4 +25,4 @@ script: |
cd $FZF_BASE/src && make test fzf/fzf-linux_amd64 install &&
cd $FZF_BASE/bin && ln -sf fzf-linux_amd64 fzf-$(./fzf --version)-linux_amd64 &&
cd $FZF_BASE && yes | ./install &&
tmux new "rake test > out && touch ok" && cat out && [ -e ok ]
tmux new "ruby test/test_go.rb > out && touch ok" && cat out && [ -e ok ]