zverok / yard-junk

Get rid of the junk in your YARD docs
70 stars 3 forks source link

Travis: use a single default task for builds #3

Closed olleolleolle closed 7 years ago

olleolleolle commented 7 years ago

This PR adds a default rake task and uses it for CI builds.

This is used in Travis builds as the default script action. (For language: ruby, it is: bundle exec rake.)

And it builds green: 🍏

(This change pays off more in JRuby, where starting is costlier. Here, it's mostly simplicity.)

zverok commented 7 years ago

Thank you so much for all your help!