Skip to content
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

Use "bundle exec" in .travis.yml for JRuby test #515

Merged
merged 3 commits into from
Sep 11, 2017

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented Sep 10, 2017

JRuby test succeeded on Travis CI finally and I made sure that use-ripper branch with these commits too.

The test_accept_verbatim_nl_after_backslash is failed on JRuby because Ripper on JRuby fails to lexical analyse around escaped newline. I filed a issue for it: jruby/jruby#4787. The skip should be removed after the issue is resolved.

The test_accept_verbatim_nl_after_backslash is failed on JRuby
because Ripper on JRuby fails to lexical analyse around escaped newline.
I filed a issue for it: jruby/jruby#4787
The "skip" should be removed after the issue is resolved.
@hsbt
Copy link
Member

hsbt commented Sep 11, 2017

I'm ok to skip test_accept_verbatim_nl_after_backslash.

@hsbt hsbt merged commit ba49e2f into ruby:master Sep 11, 2017
@aycabta aycabta deleted the use-bundle-exec-for-rake-test branch September 11, 2017 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants