diff options
| author | Ben Woosley <[email protected]> | 2018-07-20 18:40:44 -0400 |
|---|---|---|
| committer | Ben Woosley <[email protected]> | 2018-07-20 18:40:46 -0400 |
| commit | 1be5c333332d214070c81a2306d1132716fa6d00 (patch) | |
| tree | 25cb9e4954b5808f01e3465cdf2f8bbb513f837a | |
| parent | Merge #13725: Fix bitcoin-cli --version (diff) | |
| download | discoin-1be5c333332d214070c81a2306d1132716fa6d00.tar.xz discoin-1be5c333332d214070c81a2306d1132716fa6d00.zip | |
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.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 901334d9b..acc2adbad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,6 +81,7 @@ after_script: jobs: include: - stage: lint + env: sudo: false cache: false addons: |