Travis: update ruby rvm installation for ruby-3.0
This commit is contained in:
parent
2e7da86b2c
commit
34acf2cea6
1 changed files with 2 additions and 2 deletions
|
|
@ -97,8 +97,8 @@ case "$SWIGLANG" in
|
|||
travis_retry sudo apt-get -qq install r-base
|
||||
;;
|
||||
"ruby")
|
||||
if [[ "$VER" == "2.7" ]]; then
|
||||
# Ruby 2.7 support is currently only rvm master (30 Dec 2019)
|
||||
if [[ "$VER" == "2.7" || "$VER" == "3.0" ]]; then
|
||||
# Ruby 2.7+ support is currently only rvm master (30 Dec 2019)
|
||||
travis_retry rvm get master
|
||||
rvm reload
|
||||
rvm list known
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue