From e34acd007413970974e81628208c150532feed5f Mon Sep 17 00:00:00 2001
From: Massimiliano Culpo <massimiliano.culpo@googlemail.com>
Date: Sat, 11 Feb 2017 03:21:52 +0100
Subject: [PATCH] qa: allow fast finish to avoid consuming a precious OSX build
 on a PR that will fail (#3120)

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 2e7b1c64fc..11e7e5fac3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,7 @@ branches:
 # Build matrix
 #=============================================================================
 matrix:
+  fast_finish: true
   include:
     - python: '2.6'
       os: linux
-- 
GitLab