Fast finish the build if there are failures since we have a very large build matrix and each build takes a very long time.

This commit is contained in:
Omer Katz 2014-06-25 11:18:35 +03:00
parent adbbc656d4
commit 8adf1cdd02

View File

@ -23,6 +23,7 @@ env:
- PYMONGO=2.7.1 DJANGO=1.4.13
matrix:
fast_finish: true
exclude:
- python: "3.2"
env: PYMONGO=dev DJANGO=1.4.13