]> git.lizzy.rs Git - rust.git/commit
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)
commit0a7b06e955cd3f1c520ec3c2a34a2464f08a46f6
treec6839df52ae2294ad572f6a35714f98bd08fca0e
parent68903f2cdfbdcca81335914eb3c0dba4a3d8c61f
parent37b3a60b78be10f01aa57d2096d96f5ab9f07656
auto merge of #12726 : alexcrichton/rust/travis, r=brson

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).