0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

Do not invoke rvm reset

This commit is contained in:
Bram Moolenaar 2017-07-28 13:12:19 +02:00
parent bb543088a5
commit d243a2a5ef

View File

@ -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