.travis.yml in verdict-0.5.0 vs .travis.yml in verdict-0.6.0
- old
+ new
@@ -1,15 +1,14 @@
language: ruby
cache: bundler
before_install: gem update bundler
script: bundle exec rake
rvm:
- - 1.9.3
- - 2.0.0
- - 2.1.1
+ - 2.0
+ - 2.1
+ - 2.3.3
- ruby-head
- - rbx-2
- - jruby-19mode
+ - jruby
matrix:
allow_failures:
- rvm: ruby-head
services:
- redis-server