From d155010499ae0b68cfd76bb9f8810cfc68f5a24c Mon Sep 17 00:00:00 2001 From: "Samuel E. Giddins" Date: Wed, 10 Jun 2015 13:55:29 -0700 Subject: [Travis] Test against 2.4.8 now --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 5a2fe602d3..3800a5b5b5 100644 --- a/Rakefile +++ b/Rakefile @@ -171,7 +171,7 @@ begin rubyopt = ENV["RUBYOPT"] # When editing this list, also edit .travis.yml! branches = %w(master) - releases = %w(v1.3.6 v1.3.7 v1.4.2 v1.5.3 v1.6.2 v1.7.2 v1.8.29 v2.0.14 v2.1.11 v2.2.3 v2.4.7) + releases = %w(v1.3.6 v1.3.7 v1.4.2 v1.5.3 v1.6.2 v1.7.2 v1.8.29 v2.0.14 v2.1.11 v2.2.3 v2.4.8) (branches + releases).each do |rg| desc "Run specs with Rubygems #{rg}" RSpec::Core::RakeTask.new(rg) do |t| -- cgit v1.2.1