chore: make the CI servers fail-fast if one of their builds fails (#1241)

This means that if any architecture build fails, then we stop the other
ones right away, for performance reasons.

See: ce51074e6f
See: https://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-04-06 14:40:27 -04:00 committed by GitHub
parent 7fe503c89a
commit 4cd8776d06
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@ env:
- TARGET_ARCH=x86
matrix:
fast_finish: true
exclude:
- os: osx
env: TARGET_ARCH=x86

View File

@ -19,6 +19,9 @@ environment:
- TARGET_ARCH: x64
- TARGET_ARCH: x86
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version x64
- npm install -g npm@4.4.4