From fa4f7fb1c2e23ab9dc13e680821355e438804a1d Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Fri, 22 Mar 2019 11:05:52 +0200 Subject: [PATCH 1/3] Stop allowing jruby failures --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c70ff27..1dfd67b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,11 +24,10 @@ matrix: - rvm: ruby-head - rvm: rbx-3 - rvm: jruby-head - - rvm: jruby before_install: - "if $(ruby -e 'exit(RUBY_VERSION >= \"2.3.0\")'); then gem update --system; fi" - "if $(ruby -e 'exit(RUBY_VERSION < \"2.3.0\")'); then gem update --system 2.7.8; fi" - - "if $(ruby -e 'exit(RUBY_VERSION >= \"2.3.0\")'); then gem install bundler; fi" + - "if $(ruby -e 'exit(RUBY_VERSION >= \"2.3.0\")'); then gem install bundler; fi" - "if $(ruby -e 'exit(RUBY_VERSION < \"2.3.0\")'); then gem install bundler --version 1.17.3; fi" - gem --version before_script: From d2f0f021e67a58b5002c8eb81d207c72bd7d1209 Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Thu, 21 Mar 2019 23:39:17 +0200 Subject: [PATCH 2/3] Enable parallel build support for coveralls --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1dfd67b8..5e13b199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,3 +36,6 @@ before_script: env: global: - JRUBY_OPTS="--debug" + - COVERALLS_PARALLEL=true +notifications: + webhooks: https://coveralls.io/webhook From 0f36838981669a6242fc579a3579294b274ff6ed Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Fri, 22 Mar 2019 11:31:21 +0200 Subject: [PATCH 3/3] Update ruby dependencies --- .travis.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e13b199..aad67df0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,11 @@ cache: bundler rvm: - 2.0.0 - 2.1.10 - - 2.2.9 - - 2.3.6 - - 2.4.3 - - 2.5.0 + - 2.2.10 + - 2.3.8 + - 2.4.5 + - 2.5.3 + - 2.6.0 - ruby-head matrix: include: @@ -25,10 +26,6 @@ matrix: - rvm: rbx-3 - rvm: jruby-head before_install: - - "if $(ruby -e 'exit(RUBY_VERSION >= \"2.3.0\")'); then gem update --system; fi" - - "if $(ruby -e 'exit(RUBY_VERSION < \"2.3.0\")'); then gem update --system 2.7.8; fi" - - "if $(ruby -e 'exit(RUBY_VERSION >= \"2.3.0\")'); then gem install bundler; fi" - - "if $(ruby -e 'exit(RUBY_VERSION < \"2.3.0\")'); then gem install bundler --version 1.17.3; fi" - gem --version before_script: - echo `whereis zip`