.travis.yml in active_enumerable-0.1.1 vs .travis.yml in active_enumerable-0.2.0
- old
+ new
@@ -1,4 +1,8 @@
language: ruby
+sudo: false
+cache: bundler
rvm:
+ - 2.1.7
- 2.2.3
+ - 2.3.0
before_install: gem install bundler -v 1.10.6
- old
+ new