Update Ruby version used in Travis-CI example (#7783)
Merge pull request 7783
This commit is contained in:
parent
45f5facbed
commit
59101149e1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue