.travis.yml in cosmos-3.9.1 vs .travis.yml in cosmos-3.9.2

- old
+ new

@@ -1,8 +1,9 @@ language: ruby sudo: false cache: bundler rvm: - - 2.1.9 - - 2.2.6 - - 2.3.3 + - 2.1.10 + - 2.2.7 + - 2.3.4 + - 2.4.1 script: bundle exec rake build spec