.travis.yml in
invoker-1.4.1
vs .travis.yml in
invoker-1.5.1
- old
+ new
@@ -1,8 +1,10 @@
language: ruby
+cache: bundler
+sudo: false
rvm:
- - 1.9.3
- 2.0.0 - 2.1.0
+ - 2.2.0
+ - 2.3.0
script: bundle exec rake spec
-