From d94c6b76d3405d534af66db6958d3bead9f1dd62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Sun, 8 Feb 2015 10:31:09 +0100 Subject: [PATCH] chore(travis): actually require that all minions pass I'm so good at bash, I'm using string concatenation for this. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 813fc737..38857685 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,4 @@ deploy: on: branch: master repo: boennemann/semantic-release - condition: "$BUILD_LEADER = YES" + condition: "$BUILD_LEADER$BUILD_AGGREGATE_STATUS = YESothers_succeeded"