From 5ddf3c3480d7d1776552cbd6e6a643e2c8657e08 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Mon, 15 Sep 2014 12:57:15 +0300 Subject: [PATCH] Build should fast finish since matrix is large. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ef377261..fa050e0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,3 +68,6 @@ after_success: # travis. Consider removing this after the underlying issue is fixed. # https://github.com/travis-ci/travis-ci/issues/2389 sudo: false + +matrix: + fast_finish: true