.travis.yml in cosmos-3.3.3 vs .travis.yml in cosmos-3.4.0

- old
+ new

@@ -1,7 +1,8 @@ language: ruby sudo: false cache: bundler rvm: - 2.0.0 - - 2.1.3 + - 2.1.6 + - 2.2.2 script: bundle exec rake build spec