rubychan / coderay

Fast and easy syntax highlighting for selected languages, written in Ruby.
http://coderay.rubychan.de/
Other
846 stars 115 forks source link

Add Ruby 2.4.0 test to Travis CI. #203

Closed junaruga closed 7 years ago

junaruga commented 7 years ago

Is it possible to add Ruby 2.4.0 to Travis?

I could pass the test on my local environment.

$ ruby -v
ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-linux]

$ bundle -v
Bundler version 1.13.7

$ bundle install --path vendor/bundle

$ bundle list
Gems included by the bundle:
  * RedCloth (4.3.2)
  * bundler (1.13.7)
  * coderay (1.1.1.rc1)
  * power_assert (0.4.1)
  * rake (10.5.0)
  * rdoc (5.0.0)
  * shoulda-context (1.2.2)
  * term-ansicolor (1.4.0)
  * test-unit (3.2.3)
  * tins (1.6.0)

$ bundle exec rake test
korny commented 7 years ago

Yes, and I need to fix the tests for Ruby 1.8 and 1.9…