From 28cd6253e94d918d4580cfc6502499757f6b0eac Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Tue, 23 Jul 2019 09:36:35 +0200 Subject: [PATCH] Remove rvm dependency on ruby 1.9.3 looks like this no longer runs on travis-ci, so disableing it for now --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 54deccf7..71bd7c81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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