summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-11 02:12:38 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-11 02:12:38 +0900
commitb2c423d1ffad3ca51c63efbe94467cde7c905f7e (patch)
tree88c5048073a505ff2c60dcf6040b9127453b404d /.travis.yml
parent49c752b1f70a72000662f798bcff7ccf23b96e02 (diff)
Cleanup - no more rubygems
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 69086778..cce98fff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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 ]