diff --git a/.travis.yml b/.travis.yml index d71fb7a40..691fe8131 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ matrix: include: - env: TARGET=x86_64-unknown-linux-gnu ALT=i686-unknown-linux-gnu - if: branch != master OR type = pull_request + - env: TARGET=x86_64-apple-darwin ALT=i686-apple-darwin os: osx diff --git a/README.md b/README.md index 44078ba08..d38aefa23 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Learn more at https://doc.rust-lang.org/cargo/ ## Code Status -[![Build Status](https://travis-ci.com/rust-lang/cargo.svg?branch=auto-cargo)](https://travis-ci.com/rust-lang/cargo) +[![Build Status](https://travis-ci.com/rust-lang/cargo.svg?branch=master)](https://travis-ci.com/rust-lang/cargo) [![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-lang/cargo?branch=master&svg=true)](https://ci.appveyor.com/project/rust-lang-libs/cargo) Code documentation: https://docs.rs/cargo/