travis: Use the rust language for the lint job.
parent
7fd667f4e0
commit
d117555509
|
@ -43,9 +43,9 @@ before_script:
|
||||||
- rustc --version
|
- rustc --version
|
||||||
- python --version
|
- python --version
|
||||||
|
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- python: 3.7
|
- language: rust
|
||||||
name: 'rust linters'
|
name: 'rust linters'
|
||||||
install: rustup component add clippy rustfmt
|
install: rustup component add clippy rustfmt
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue