From: Bram Moolenaar Date: Fri, 28 Jul 2017 11:12:19 +0000 (+0200) Subject: Do not invoke rvm reset X-Git-Tag: v8.0.0786~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d243a2a5efd9c48836f48657e91b9fb9426baece;p=vim Do not invoke rvm reset --- diff --git a/.travis.yml b/.travis.yml index 7393c41b4..bf9c38ead 100644 --- 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