Closed olleolleolle closed 7 years ago
This PR adds a default rake task and uses it for CI builds.
default
This is used in Travis builds as the default script action. (For language: ruby, it is: bundle exec rake.)
script
language: ruby
bundle exec rake
And it builds green: 🍏
(This change pays off more in JRuby, where starting is costlier. Here, it's mostly simplicity.)
Thank you so much for all your help!
This PR adds a
default
rake task and uses it for CI builds.This is used in Travis builds as the default
script
action. (Forlanguage: 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.)