.travis.yml in roadie-3.2.2 vs .travis.yml in roadie-3.3.0
- old
+ new
@@ -3,11 +3,15 @@
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
+ - 2.5
- jruby
- rbx
+before_install:
+ - gem update --system # Need for Ruby 2.5.0. https://github.com/travis-ci/travis-ci/issues/8978
+ - gem install bundler
matrix:
allow_failures:
# 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!