Skip to content

Commit b53d308

Browse files
authored
Do not generate yard documentation when building in TruffleRuby (ruby-git#659)
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 5af1219 commit b53d308

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
@@ -18,7 +18,7 @@ task :test do
1818
end
1919
default_tasks << :test
2020

21-
unless RUBY_PLATFORM == 'java'
21+
unless RUBY_PLATFORM == 'java' || RUBY_ENGINE == 'truffleruby'
2222
#
2323
# YARD documentation for this project can NOT be built with JRuby.
2424
# This project uses the redcarpet gem which can not be installed on JRuby.

0 commit comments

Comments
 (0)