diff options
author | André Arko <andre@arko.net> | 2013-12-09 20:48:38 -0800 |
---|---|---|
committer | André Arko <andre@arko.net> | 2013-12-09 20:48:38 -0800 |
commit | 839bc204918806c45a44c81b86371081bc11bc3c (patch) | |
tree | b6c0ecee3061a94386b3d1fa49b15e61a46127e5 /.travis.yml | |
parent | edf527029127383d73c49c65f62335d73753dc16 (diff) | |
download | bundler-839bc204918806c45a44c81b86371081bc11bc3c.tar.gz |
remove fail fast
can't take it anymore. fail fast sends an extra email for every single matrix build, which for Bundler is like 20.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f905471f08..8626161284 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,4 +86,3 @@ matrix: env: RGV=v1.3.7 - rvm: 1.8.7 env: RGV=v1.3.6 - fast_finish: true |