Closed accua closed 7 years ago
@accua Thanx, can you please move the line into the script section, like so:
script:
- bundle exec rake
- bundle exec rubocop --fail-level W lib views
Travis runs bundle exec rake
by default for ruby projects if it's not specified.
@jrgns This should be correct. Thanks for the help!
This is my first PR for hacktoberfest. I haven't worked with Travis before, but I've worked a little with Circle. Let me know if anything needs to be changed!