Skip to content

Commit

Permalink
ci: ensure cargo fmt was run on codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Oct 20, 2018
1 parent 07ef809 commit e2d9a04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ rust:

before_script:
- export PATH=$PATH:~/.cargo/bin
- rustup component add rustfmt-preview

script:
- cargo fmt --all -- --check
- cargo build
- cargo test

0 comments on commit e2d9a04

Please sign in to comment.