Skip to content

Commit d429547

Browse files
committed
Use Ruby 1.8 hash syntax to allow local usage.
1 parent cad4dd7 commit d429547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ namespace :travis do
210210
def each_project_with_common_travis_build(&b)
211211
except = %w[ rspec rspec-rails ]
212212
except << "rspec-support" if BASE_BRANCH_MAJOR_VERSION < 3
213-
each_project(except: except, &b)
213+
each_project(:except => except, &b)
214214
end
215215

216216
def travis_files_with_comments

0 commit comments

Comments
 (0)