Skip to content

Commit

Permalink
MAINT enable appveyor fast_finish mode (scikit-learn#9509)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel authored and maskani-moh committed Nov 15, 2017
1 parent 5c01a4f commit 1e93ffb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ environment:
PYTHON_ARCH: "64"


# Because we only have a single worker, we don't want to waste precious
# appveyor CI time and make other PRs wait for repeated failures in a failing
# PR. The following option cancels pending jobs in a given PR after the first
# job failure in that specific PR.
matrix:
fast_finish: true


install:
# If there is a newer build queued for the same PR, cancel this one.
Expand Down

0 comments on commit 1e93ffb

Please sign in to comment.