diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-20 19:34:11 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-20 19:34:11 +0100 |
commit | 97c6165096468e47f020e8cc859f47ebfadc4857 (patch) | |
tree | da242d07d09efafb802dd7540f78a2922054f7f1 /.travis.yml | |
parent | aced5b9ff5c708679d43ac05bf51f081850e35a4 (diff) | |
download | ads1x1x-async-97c6165096468e47f020e8cc859f47ebfadc4857.tar.gz ads1x1x-async-97c6165096468e47f020e8cc859f47ebfadc4857.tar.xz ads1x1x-async-97c6165096468e47f020e8cc859f47ebfadc4857.zip |
Disable clippy for the moment
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a93a7e9..6ecc189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |