Skip to content

Commit

Permalink
Add ruby-head to .travis.yml
Browse files Browse the repository at this point in the history
It's important for tests because YARD uses Ripper for parsing Ruby code
and Ripper is sometimes updated. For your action, RDoc is tested on
ruby-head because RDoc is using Ripper too.
  • Loading branch information
aycabta committed Nov 24, 2017
1 parent 7748eda commit 4f59d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
# - jruby

# Define how to run your tests (defaults to `bundle exec rake` or `rake` depending on whether you have a `Gemfile`)
Expand Down

0 comments on commit 4f59d14

Please sign in to comment.