Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c69b960

Browse files
committed
Use stable Rust in Travis CI config snippet
In rust-lang#2725 the Travis CI config snippet was changed to use nightly Rust because the stable rustfmt of the time (rustfmt 0.4.1-stable) did not contain the `--check` flag, which is used in the Travis config snippet. The current stable rustfmt (rustfmt 0.8.2-stable) does contain the `--check` flag, so it is now possible to use the Travis config in the README with stable rustfmt.
1 parent 1a6f215 commit c69b960

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ A minimal Travis setup could look like this (requires Rust 1.24.0 or greater):
129129

130130
```yaml
131131
language: rust
132-
rust:
133-
- nightly
134132
before_script:
135133
- rustup component add rustfmt-preview
136134
script:

0 commit comments

Comments
 (0)