Update to ruby/mspec@c135328
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
140daa5212
commit
c555bd7f01
@ -1,5 +1,8 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: ruby
|
language: ruby
|
||||||
|
before_script:
|
||||||
|
# https://github.com/travis-ci/travis-ci/issues/8408
|
||||||
|
- unset _JAVA_OPTIONS
|
||||||
script:
|
script:
|
||||||
- bundle exec rspec
|
- bundle exec rspec
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -13,7 +13,6 @@ IMPLS = {
|
|||||||
mri: {
|
mri: {
|
||||||
git: "https://github.com/ruby/ruby.git",
|
git: "https://github.com/ruby/ruby.git",
|
||||||
master: "trunk",
|
master: "trunk",
|
||||||
prefix: "spec/rubyspec",
|
|
||||||
merge_message: "Update to ruby/spec@",
|
merge_message: "Update to ruby/spec@",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
@ -71,8 +70,7 @@ class RubyImplementation
|
|||||||
end
|
end
|
||||||
|
|
||||||
def prefix
|
def prefix
|
||||||
return "spec/mspec" if MSPEC
|
MSPEC ? "spec/mspec" : "spec/ruby"
|
||||||
@data[:prefix] || "spec/ruby"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def rebased_branch
|
def rebased_branch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user