-
-
Notifications
You must be signed in to change notification settings - Fork 924
Update specs #5232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update specs #5232
Conversation
.travis.yml
Outdated
@@ -95,8 +95,6 @@ matrix: | |||
jdk: oraclejdk9 | |||
- env: PHASE='-Prake -Dtask=test:mri:jit' | |||
jdk: oraclejdk9 | |||
- env: PHASE='-Prake -Dtask=spec:ruby:fast' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✂️ necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I didn't noticed this was for JDK9, I removed the commit.
install: | ||
- curl -L https://github.com/oracle/truffleruby/releases/download/vm-enterprise-0.28/truffleruby-testing-0.28.tar.gz | tar xz | ||
- source truffleruby/setup_env | ||
- curl -L https://github.com/oracle/truffleruby/releases/download/vm-1.0.0-rc2/truffleruby-1.0.0-rc2-linux-amd64.tar.gz | tar xz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eregon mistake right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's just the .travis.yml of ruby/mspec, the changes there can be ignored.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe I should refine the import script to not import .travis.yml.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done: ruby/mspec@b3dbbed
It will be removed on the next specs update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Here is the log of errors before I added tags: The EPIPE ones fail because the message on JRuby is
|
No description provided.