changeset 11810:df1fc5c41c6c

Do not invoke rvm reset commit https://github.com/vim/vim/commit/d243a2a5efd9c48836f48657e91b9fb9426baece Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 28 13:12:19 2017 +0200 Do not invoke rvm reset
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Jul 2017 13:15:04 +0200
parents bf2e1413c676
children 6aaaa8cac3e8
files .travis.yml
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml
+++ b/.travis.yml
@@ -77,7 +77,6 @@ addons:
       - cscope
 
 before_install:
-  - rvm reset
   - if [ "$COVERAGE" = "yes" ]; then pip install --user cpp-coveralls; fi
     # needed for https support for coveralls
     # building cffi only works with gcc, not with clang