diff options
author | Ben Woosley <ben.woosley@gmail.com> | 2018-07-20 18:40:44 -0400 |
---|---|---|
committer | Ben Woosley <ben.woosley@gmail.com> | 2018-07-20 18:40:46 -0400 |
commit | 1be5c333332d214070c81a2306d1132716fa6d00 (patch) | |
tree | 25cb9e4954b5808f01e3465cdf2f8bbb513f837a /.travis.yml | |
parent | 07ce278455757fb46dab95fb9b97a3f6b1b84faf (diff) |
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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |