Remove rvm dependency on ruby 1.9.3
looks like this no longer runs on travis-ci, so disableing it for now
This commit is contained in:
parent
2db9b27e39
commit
28cd6253e9
|
@ -3,6 +3,6 @@ before_install:
|
|||
- curl -f -L "https://raw.githubusercontent.com/vim-airline/vim-airline-themes/master/autoload/airline/themes/simple.vim" -o autoload/airline/themes/simple.vim
|
||||
- curl -f -L "https://raw.githubusercontent.com/vim-airline/vim-airline-themes/master/autoload/airline/themes/molokai.vim" -o autoload/airline/themes/molokai.vim
|
||||
- mkdir colors && curl -f -L 'https://raw.githubusercontent.com/tomasr/molokai/master/colors/molokai.vim' -o colors/molokai.vim
|
||||
rvm:
|
||||
- 1.9.3
|
||||
#rvm:
|
||||
# - 1.9.3
|
||||
script: rake ci
|
||||
|
|
Loading…
Reference in New Issue