chore(travis): actually require that all minions pass

I'm so good at bash, I'm using string concatenation for this.
This commit is contained in:
Stephan Bönnemann 2015-02-08 10:31:09 +01:00
parent be249fa0e0
commit d94c6b76d3

View File

@ -32,4 +32,4 @@ deploy:
on: on:
branch: master branch: master
repo: boennemann/semantic-release repo: boennemann/semantic-release
condition: "$BUILD_LEADER = YES" condition: "$BUILD_LEADER$BUILD_AGGREGATE_STATUS = YESothers_succeeded"