[fallback-scripts/master] Travis: Explain how matrix: include: works

1 Dec
2019
1 Dec
'19
9:59 a.m.
commit 495e44773c102c5a7236c1973e161b5aaa53e2e5 Author: teor <teor@torproject.org> Date: Thu Nov 28 13:53:31 2019 +1000 Travis: Explain how matrix: include: works --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0162bca..dd54669 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ os: - linux ## We also run a single macOS job with python 2.7 +## We don't use the build matrix cross-product, because it makes too many jobs +## Instead, we list each job under matrix: include: matrix: # include creates Linux, python 2.7 builds by default # the key(s) in each item override these defaults
2046
Age (days ago)
2046
Last active (days ago)
0 comments
1 participants
participants (1)
-
teor@torproject.org