aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Konrad Borowski <x.fix@o2.pl>2014-06-11 20:44:41 +0200
committerGravatar Konrad Borowski <x.fix@o2.pl>2014-06-11 20:44:41 +0200
commit0f15ab8d0593d20be8a50a706bc0e6d70c065fd9 (patch)
tree0cd62e6664e62356422690d696f19fe99ceec675 /.travis.yml
parent7b3132d39d47687efb93b2a476a4926436c764c9 (diff)
Allow fast failure on Travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e60be3a4..b7585453 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,3 +20,5 @@ notifications:
- "%{repository}#%{build_number} (%{commit} on %{branch} by %{author}): %{message} Details at %{build_url}"
use_notice: true
skip_join: true
+matrix:
+ fast_finish: true