From 7656dabac2ed71e6546f049a9fab7132d43326f5 Mon Sep 17 00:00:00 2001 From: stve Date: Fri, 17 Feb 2017 15:36:11 -0500 Subject: [PATCH] update build matrix --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7081e1e..fe9498a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,9 @@ rvm: - 2.0.0 - 2.1 - 2.2 + - 2.3.3 - 2.4.0 - - jruby-9.1.1.0 + - jruby-9.1.6.0 - jruby-head - rbx-2 - ruby-head @@ -14,6 +15,10 @@ sudo: false bundler_args: --without development --retry=3 --jobs=3 +before_install: + - gem update --system + - gem update bundler + env: global: - JRUBY_OPTS="$JRUBY_OPTS --debug"