Disable clippy for the moment

pull/4/head
Diego Barrios Romero 2018-11-20 19:35:26 +01:00
parent 9510730e24
commit 25f272015a
1 changed files with 2 additions and 0 deletions

View File

@ -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