Move rustfmt check down in travis yml
This is because we need to make sure the protos build before rustfmt runs.
This commit is contained in:
parent
df3c450723
commit
bf1795a94e
@ -7,9 +7,9 @@ before_install:
|
||||
- sudo chown $USER /usr/local/bin/protoc
|
||||
- sudo chown -R $USER /usr/local/include/google
|
||||
script:
|
||||
- cargo fmt --all -- --check
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
||||
- cargo fmt --all -- --check
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
|
Loading…
Reference in New Issue
Block a user