mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-27 05:51:01 +00:00
parent
440a353f93
commit
104509fb79
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
install:
|
||||
- rustup component add rustfmt-preview
|
||||
- rustup component add clippy-preview
|
||||
script:
|
||||
- cargo fmt -- --check
|
||||
- touch ./src/*.rs && cargo clippy -- -D warnings
|
||||
- cargo build
|
Loading…
Reference in a new issue