From 6705cef10d2cf3f8009430ae032adfb5d8fe6797 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Tue, 20 Nov 2018 20:33:15 +0100 Subject: Define variable as global --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3-54-g00ecf