mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
.travis.yml: enable fast_finish
When fast_finish is True, Travis will inform that the build has failed when one build fails which is usually desirable instead of waiting for everything to finish. However builds that haven't finished yet will continue, this doesn't stop them or do anything else to them. `travis lint` passes so, [CI SKIP]
This commit is contained in:
@@ -13,6 +13,7 @@ env:
|
||||
global:
|
||||
- secure: "i2f2UVDnyHT/9z0U3XvgTj8eDERvnc1Wk7HpseEjb75JwGzqn/2R+RKHmoSrwK3hFgij2IMxZL19XtHFwMz9t5A/huAAKD74KMMI/QpeZEJ/sjT3CTLcE9HEVDdJOjc7dfLRxb2hZtgvx8clZIMrpeUdPhci8openff30KvXVbg="
|
||||
matrix:
|
||||
fast_finish: true
|
||||
exclude:
|
||||
- os: osx
|
||||
env: BUILD_TYPE=asan
|
||||
|
||||
Reference in New Issue
Block a user