aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-02-13 13:37:02 +1000
committerteor <teor@torproject.org>2020-02-13 13:52:41 +1000
commitadd387c5071a1ee7889e3789e7b4143bb8856d0a (patch)
tree3fa95364e8d8451a2ded6e757dac16b0bc560d1f /changes
parentfc3555100f26201213f4da19d2d2904edc76a229 (diff)
downloadtor-add387c5071a1ee7889e3789e7b4143bb8856d0a.tar.gz
tor-add387c5071a1ee7889e3789e7b4143bb8856d0a.zip
Travis: Sort jobs in order of speed
Putting the slowest jobs first takes full advantage of Travis concurrency. Closes 33194.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket331942
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/ticket33194 b/changes/ticket33194
index fd9efda516..b87e55348e 100644
--- a/changes/ticket33194
+++ b/changes/ticket33194
@@ -1,2 +1,4 @@
o Testing:
- Remove a redundant distcheck job. Closes ticket 33194.
+ - Sort the Travis jobs in order of speed. Putting the slowest jobs first
+ takes full advantage of Travis job concurrency. Closes ticket 33194.