Skip to content

Commit

Permalink
Add Configure Travis CI to use vim-flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
kana committed Mar 19, 2018
1 parent 8aeb7c6 commit 23a097d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: vim
cache:
directories:
- $HOME/.rvm
- $HOME/.vvm
before_install:
- curl https://raw.githubusercontent.com/kana/vim-version-manager/master/bin/vvm | python - setup; true
- source ~/.vvm/etc/login
- vvm update_itself
- vvm use vimorg--v8.0.1529 --install --with-features=huge
-
- rvm use 2.5.0 --install --binary --fuzzy
script: rake ci

0 comments on commit 23a097d

Please sign in to comment.