From f2c53b64e172b5b4cc3deb5d51e3d4415e5adda6 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 21 Sep 2015 16:40:45 +0300 Subject: [PATCH] .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] --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d230ee8d..6070b589 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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