language: ruby rvm: 2.5 # User container based travis infrastructure which allows caching # features for open source projects. sudo: false cache: bundler script: - bin/rspec services: - mysql