]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #12726 : alexcrichton/rust/travis, r=brson
authorbors <bors@rust-lang.org>
Thu, 6 Mar 2014 13:06:39 +0000 (05:06 -0800)
committerbors <bors@rust-lang.org>
Thu, 6 Mar 2014 13:06:39 +0000 (05:06 -0800)
This version is slightly more up to date and is closer to the 3.5 that we're
using. This also updates the travis config to have a build matrix which tests
rust against LLVM 3.3 and 3.4. For pull requests only LLVM 3.4 is tested to
reduce the load on travis.

This is mostly just fluff, there's no real reason to gate rust on these results,
it's more of just a nice thing to know when we break compatibility with LLVM 3.3
and 3.4 (and eventually 3.5). This turns off notifications of failed commits
(which are sent out for pushes to master).


Trivial merge