From bd8c88ac6690111860ff2ff1373b85a4279dbac6 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 975f5d4c..82a521ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,6 @@ before_script: env: global: - JRUBY_OPTS="--debug" + - COVERALLS_PARALLEL=true +notifications: + webhooks: https://coveralls.io/webhook