.travis.yml in rubype-0.2.6 vs .travis.yml in rubype-0.3.0

- old
+ new

@@ -1,10 +1,14 @@ language: ruby +sudo: false +cache: +- bundler + +bundler: rvm: - - 2.2.0 - - 2.1.5 - - 2.0.0 - - rbx-2 + - 2.2 + - 2.1 + - 2.0 - ruby-head # - jruby-head notifications: email: false