.travis.yml in cos-0.1.0 vs .travis.yml in cos-0.1.1

- old
+ new

@@ -1,4 +1,15 @@ language: ruby rvm: - - 2.2.3 -before_install: gem install bundler -v 1.11.2 + - 1.9.3 + - jruby-19mode + - 2.0 + - 2.1 + - 2.2 + - 2.2.4 +script: + bundle exec rake spec +before_install: gem install bundler + +addons: + code_climate: + repo_token: 1f460aa92bd5cff641f3ab71dad000c3c102689d97e2b4df90cb90789161284a \ No newline at end of file