From d2f0f021e67a58b5002c8eb81d207c72bd7d1209 Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Thu, 21 Mar 2019 23:39:17 +0200 Subject: [PATCH] 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