Redis – Travis CI Ruby exited with 1
I built a new rails app and when I have configured the .travis.yml file it exits with one all the time. Here is my travis configuration: language: ruby node_js: - 12 cache: bundler: true yarn: true services: - redis-server sudo:…