Merge pull request #2422 from davidalber/travis-config-badge
Proposal: add badge for Travis CI example status
This commit is contained in:
commit
bf355de78e
1 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# rustfmt [](https://travis-ci.org/rust-lang-nursery/rustfmt) [](https://ci.appveyor.com/project/nrc/rustfmt) [](https://crates.io/crates/rustfmt-nightly)
|
||||
# rustfmt [](https://travis-ci.org/rust-lang-nursery/rustfmt) [](https://ci.appveyor.com/project/nrc/rustfmt) [](https://crates.io/crates/rustfmt-nightly) [](https://travis-ci.org/davidalber/rustfmt-travis)
|
||||
|
||||
A tool for formatting Rust code according to style guidelines.
|
||||
|
||||
|
|
@ -18,6 +18,11 @@ stable or beta Rust toolchains, you must use the Syntex version (which is likely
|
|||
to be a bit out of date). Version 0.1 of rustfmt-nightly is forked from version
|
||||
0.9 of the syntex branch.
|
||||
|
||||
You can use rustfmt in Travis CI builds. We provide a minimal Travis CI
|
||||
configuration (see [here](#checking-style-on-a-ci-server)) and verify its status
|
||||
using another repository. The status of that repository's build is reported by
|
||||
the "travis example" badge above.
|
||||
|
||||
|
||||
## Quick start
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue