Update Ruby version used in Travis-CI example (#7783)

Merge pull request 7783
This commit is contained in:
Andrea G 2019-08-18 00:01:01 -07:00 committed by jekyllbot
parent 45f5facbed
commit 59101149e1
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ Your `.travis.yml` file should look like this:
```yaml ```yaml
language: ruby language: ruby
rvm: rvm:
- 2.4.1 - 2.6.3
before_script: before_script:
- chmod +x ./script/cibuild # or do this locally and commit - chmod +x ./script/cibuild # or do this locally and commit
@ -134,7 +134,7 @@ access to Bundler, RubyGems, and a Ruby runtime.
```yaml ```yaml
rvm: rvm:
- 2.4.1 - 2.6.3
``` ```
RVM is a popular Ruby Version Manager (like rbenv, chruby, etc). This RVM is a popular Ruby Version Manager (like rbenv, chruby, etc). This