aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Woosley <ben.woosley@gmail.com>2018-07-20 18:40:44 -0400
committerBen Woosley <ben.woosley@gmail.com>2018-07-20 18:40:46 -0400
commit1be5c333332d214070c81a2306d1132716fa6d00 (patch)
tree25cb9e4954b5808f01e3465cdf2f8bbb513f837a
parent07ce278455757fb46dab95fb9b97a3f6b1b84faf (diff)
downloadbitcoin-1be5c333332d214070c81a2306d1132716fa6d00.tar.xz
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
-rw-r--r--.travis.yml1
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: