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 is required to enable kcov to use the personality syscall
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
env: DISABLE_CLIPPY=1
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git clone https://github.com/eldruin/rust-driver-ci-scripts ci
|
- git clone https://github.com/eldruin/rust-driver-ci-scripts ci
|
||||||
- bash ci/before_install.sh
|
- bash ci/before_install.sh
|
||||||
|
|
Loading…
Reference in New Issue