From 1be5c333332d214070c81a2306d1132716fa6d00 Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Fri, 20 Jul 2018 18:40:44 -0400 Subject: Avoid unnecessarily setting env variables on the lint build The relevent env variables are set for the matrix builds, and are irrelevant to the lint build. By default the first matrix entry is applied. "Each job included in jobs.include inherits the first value of the array that defines a matrix dimension." https://docs.travis-ci.com/user/build-stages/#Build-Stages-and-Build-Matrix-Expansion --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 901334d9b6..acc2adbad2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,6 +81,7 @@ after_script: jobs: include: - stage: lint + env: sudo: false cache: false addons: -- cgit v1.2.3