diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-20 20:33:15 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-20 20:33:15 +0100 |
commit | 6705cef10d2cf3f8009430ae032adfb5d8fe6797 (patch) | |
tree | 00a1f37ccfabf466a0a0835033a5cff35b7b2e1c /.travis.yml | |
parent | 3402069cdf1b2daccb033847a8376462fad7172e (diff) | |
download | ads1x1x-async-6705cef10d2cf3f8009430ae032adfb5d8fe6797.tar.gz ads1x1x-async-6705cef10d2cf3f8009430ae032adfb5d8fe6797.tar.xz ads1x1x-async-6705cef10d2cf3f8009430ae032adfb5d8fe6797.zip |
Define variable as global
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1e13648..7ba2898 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ language: rust sudo: required env: - - DISABLE_CLIPPY=1 + global: + - DISABLE_CLIPPY=1 before_install: - git clone https://github.com/eldruin/rust-driver-ci-scripts ci |