1
0
forked from aniani/vim

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