diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2020-04-24 09:45:15 +0200 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2020-04-24 09:45:15 +0200 |
commit | a302082c2fbeff0403c0abd9bb3931ae3f744b3c (patch) | |
tree | 21cf77a66deddeba73c50d608742bdaaca0e8f83 /.travis.yml | |
parent | 9fd279e3abebf4e011b9de65d053178ced8837cd (diff) | |
download | ads1x1x-async-a302082c2fbeff0403c0abd9bb3931ae3f744b3c.tar.gz ads1x1x-async-a302082c2fbeff0403c0abd9bb3931ae3f744b3c.tar.xz ads1x1x-async-a302082c2fbeff0403c0abd9bb3931ae3f744b3c.zip |
Remove deny warnings but forbid then on CI
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2f5d563..43df051 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: rust +env: + global: + - RUSTFLAGS="-D warnings" + before_install: - git clone https://github.com/eldruin/rust-driver-ci-scripts ci - bash ci/before_install.sh |