From 97968831bbc87ca6802dd7bd76f5ecdcb8395abe Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 23 Jan 2014 13:35:06 -0500 Subject: [PATCH] Enable fast finish in Travis http://blog.travis-ci.com/2013-11-27-fast-finishing-builds/ --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f42e2c9..88799b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ env: - PUPPET_GEM_VERSION="~> 3.1.0" - PUPPET_GEM_VERSION="~> 3.2.0" matrix: + fast_finish: true exclude: - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 2.7.0" -- 2.45.2