From: Omer Katz Date: Mon, 15 Sep 2014 09:57:15 +0000 (+0300) Subject: Build should fast finish since matrix is large. X-Git-Tag: v4.1.0b1~33^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ddf3c3480d7d1776552cbd6e6a643e2c8657e08;p=thirdparty%2Ftornado.git Build should fast finish since matrix is large. --- diff --git a/.travis.yml b/.travis.yml index ef3772617..fa050e0bf 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