Skip to content

Commit c0daa6f

Browse files
committed
Run master branch tests on Travis CI for the badge
Only run for Rust stable and the Linux target.
1 parent 721d64b commit c0daa6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ matrix:
1010
include:
1111
- env: TARGET=x86_64-unknown-linux-gnu
1212
ALT=i686-unknown-linux-gnu
13-
if: branch != master OR type = pull_request
13+
1414
- env: TARGET=x86_64-apple-darwin
1515
ALT=i686-apple-darwin
1616
os: osx

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Learn more at https://doc.rust-lang.org/cargo/
66

77
## Code Status
88

9-
[![Build Status](https://travis-ci.com/rust-lang/cargo.svg?branch=auto-cargo)](https://travis-ci.com/rust-lang/cargo)
9+
[![Build Status](https://travis-ci.com/rust-lang/cargo.svg?branch=master)](https://travis-ci.com/rust-lang/cargo)
1010
[![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)
1111

1212
Code documentation: https://docs.rs/cargo/

0 commit comments

Comments
 (0)