From 6b42a160805ada15c23817bd5eb2f9313b177cc8 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Thu, 16 Jan 2014 21:20:03 +0900 Subject: [PATCH] Test: bundle install and remove vim-repeat dependency --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 351865e..09f727d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ language: ruby rvm: - 2.0.0 +before_script: + - bundle install + - bundle show script: - rake ci install: - git clone https://github.com/kana/vim-vspec.git - - git clone https://github.com/tpope/vim-repeat.git