From f9d854823f57a76732aebc161a6ec25ba4aa7b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 2 Jan 2014 00:35:51 -0200 Subject: Enable fast_finish in the travis configuration Since rbx and jruby builds are being allowed to fail lets receive the build information early enabling this option See http://about.travis-ci.org/blog/2013-11-27-fast-finishing-builds/ --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 31c475e057..559f981de8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ matrix: allow_failures: - rvm: rbx - rvm: jruby + fast_finish: true notifications: email: false irc: -- cgit v1.2.3