summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-28 13:12:19 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-28 13:12:19 +0200
commitd243a2a5efd9c48836f48657e91b9fb9426baece (patch)
tree3698f7cdc1a7c3f7e2dbeb33b19d7ab193b75cc6 /.travis.yml
parentbb543088a5517e0cccb78273f260923cab98caa9 (diff)
downloadvim-git-d243a2a5efd9c48836f48657e91b9fb9426baece.tar.gz
Do not invoke rvm reset
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
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