Skip to content

Commit

Permalink
Update Ruby version used in Travis-CI example (jekyll#7783)
Browse files Browse the repository at this point in the history
Merge pull request 7783
  • Loading branch information
Muffo authored and jekyllbot committed Aug 18, 2019
1 parent 45f5fac commit 5910114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/continuous-integration/travis-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5910114

Please sign in to comment.