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