From 59101149e1c54d3ccbc6d62326c74aab040e80a2 Mon Sep 17 00:00:00 2001 From: Andrea G Date: Sun, 18 Aug 2019 00:01:01 -0700 Subject: [PATCH] Update Ruby version used in Travis-CI example (#7783) Merge pull request 7783 --- docs/_docs/continuous-integration/travis-ci.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/continuous-integration/travis-ci.md b/docs/_docs/continuous-integration/travis-ci.md index d8146105..d87f4b7c 100644 --- a/docs/_docs/continuous-integration/travis-ci.md +++ b/docs/_docs/continuous-integration/travis-ci.md @@ -90,7 +90,7 @@ Your `.travis.yml` file should look like this: ```yaml language: ruby rvm: - - 2.4.1 + - 2.6.3 before_script: - chmod +x ./script/cibuild # or do this locally and commit @@ -134,7 +134,7 @@ access to Bundler, RubyGems, and a Ruby runtime. ```yaml rvm: - - 2.4.1 + - 2.6.3 ``` RVM is a popular Ruby Version Manager (like rbenv, chruby, etc). This