summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-12-17 22:32:52 +0000
committerBundlerbot <bot@bundler.io>2019-12-17 22:32:52 +0000
commit8bd21aa0f5dc92fce4df277715f4eab546d30a7f (patch)
treeb2ab1e41a1f24405d4fbf30e25e2daf06eaf7c8a /.travis.yml
parent683fe9799e37bff81e53f1a7e97d3a19896b8fc9 (diff)
parent0a5db7e274cac1198d7e22d4e302dd9002342eae (diff)
downloadbundler-8bd21aa0f5dc92fce4df277715f4eab546d30a7f.tar.gz
Merge #7502v2.1.1
7502: Release 2.1.1 r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was I want to get regression fixed as soon as possible to reduce impact. ### What is your fix for the problem, implemented in this PR? My fix is to release what we have already fixed as soon as possible. Co-authored-by: Bundlerbot <bot@bundler.io> Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 47e775cba7..e7828fd4af 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,6 +48,9 @@ jobs:
- rvm: 2.6.5
script: bin/rake rubocop
stage: linting
+ - rvm: 2.6.5
+ script: bin/rake check_rvm_integration
+ stage: linting
# Ruby 2.3 also tested in 2.x mode
- rvm: 2.3.8
env: RGV=master