The parts of the code that fail in Travis are: 1. app/views/static_pages/home.html.erb: link_to image_tag at end; ActionView::Template::Error: wrong number of arguments (given 1, expected 0) 2. app/views/layouts/application.html.erb: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>; ActionView::Template::Error: wrong number of arguments (given 1, expected 0)
I thought that not having Node installed in Travis was the problem. I finally was able to get Node installed in Travis, but that didn't resolve the problem.