]> granicus.if.org Git - vim/commitdiff
Do not invoke rvm reset
authorBram Moolenaar <Bram@vim.org>
Fri, 28 Jul 2017 11:12:19 +0000 (13:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 Jul 2017 11:12:19 +0000 (13:12 +0200)
.travis.yml

index 7393c41b426a74974ba20b106ba24e0a3d2f0d7c..bf9c38eade9b7f95a3b0fe721fe223357ca918e5 100644 (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