diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml index cb0e9e6..2f5d563 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,4 @@ language: rust -# sudo is required to enable kcov to use the personality syscall -sudo: required - -env: - global: - - DISABLE_CLIPPY=1 before_install: - git clone https://github.com/eldruin/rust-driver-ci-scripts ci @@ -59,9 +53,6 @@ script: after_script: set +e cache: cargo -cache: - directories: - - /home/travis/.cargo before_cache: bash ci/before_cache.sh |