1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eregon 2017-09-28 09:19:19 +00:00
parent 140daa5212
commit c555bd7f01
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,8 @@
sudo: false
language: ruby
before_script:
# https://github.com/travis-ci/travis-ci/issues/8408
- unset _JAVA_OPTIONS
script:
- bundle exec rspec
matrix:

View file

@ -13,7 +13,6 @@ IMPLS = {
mri: {
git: "https://github.com/ruby/ruby.git",
master: "trunk",
prefix: "spec/rubyspec",
merge_message: "Update to ruby/spec@",
},
}
@ -71,8 +70,7 @@ class RubyImplementation
end
def prefix
return "spec/mspec" if MSPEC
@data[:prefix] || "spec/ruby"
MSPEC ? "spec/mspec" : "spec/ruby"
end
def rebased_branch