Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/travis/build/script/r.rb
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def r_version_less_than(str)

def normalized_r_version(v=Array(config[:r]).first.to_s)
case v
when 'release' then '4.0.2'
when 'release' then '4.1.0'
when 'oldrel' then '3.6.3'
when '3.0' then '3.0.3'
when '3.1' then '3.1.3'
Expand Down