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