Skip to content

Commit

Permalink
chore: Upgrade rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 4, 2018
1 parent c27e337 commit 992ef4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ rust:
matrix:
include:
- env: RUSTFMT
rust: 1.28.0 # `stable`: Locking down for consistent behavior
rust: 1.29.1 # `stable`: Locking down for consistent behavior
install:
- rustup component add rustfmt-preview
script:
- cargo fmt -- --check
- env: RUSTFLAGS="-D warnings"
rust: 1.28.0 # `stable`: Locking down for consistent behavior
rust: 1.29.1 # `stable`: Locking down for consistent behavior
install:
script:
- cargo check --tests
Expand Down

0 comments on commit 992ef4b

Please sign in to comment.