mirror of https://github.com/rails/rails
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/
This commit is contained in:
parent
55dc36b227
commit
f9d854823f
|
@ -19,6 +19,7 @@ matrix:
|
|||
allow_failures:
|
||||
- rvm: rbx
|
||||
- rvm: jruby
|
||||
fast_finish: true
|
||||
notifications:
|
||||
email: false
|
||||
irc:
|
||||
|
|
Loading…
Reference in New Issue