Skip to content

Commit

Permalink
Check formatting on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Sep 28, 2018
1 parent af18998 commit 11c95fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ rust:

cache: cargo

before_script:
- rustup component add rustfmt-preview

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

0 comments on commit 11c95fb

Please sign in to comment.