mirror of https://github.com/eldruin/ds323x-rs
Disable clippy for the moment
parent
9510730e24
commit
25f272015a
|
@ -2,6 +2,8 @@ language: rust
|
|||
# sudo is required to enable kcov to use the personality syscall
|
||||
sudo: required
|
||||
|
||||
env: DISABLE_CLIPPY=1
|
||||
|
||||
before_install:
|
||||
- git clone https://github.com/eldruin/rust-driver-ci-scripts ci
|
||||
- bash ci/before_install.sh
|
||||
|
|
Loading…
Reference in New Issue