.travis.yml in roadie-3.2.0 vs .travis.yml in roadie-3.2.1

- old
+ new

@@ -2,19 +2,20 @@ language: ruby rvm: - 2.1 - 2.2 - 2.3.0 + - 2.4.0 - jruby - rbx - matrix: allow_failures: - # Rubinius has a lot of trouble and no large following, so I'm going to + # Rubinius and JRuby have a lot of trouble and no large following, so I'm going to # allow failures on it until it gets more stable on Travis / Real Life(tm). # Let me know if you need it. Patches are welcome! + - rvm: jruby - rvm: rbx + - rvm: 2.4.0 fast_finish: true - cache: bundler bundler_args: --without guard script: "rake"