aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket31859
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-09-26 17:44:41 +1000
committerteor <teor@torproject.org>2019-09-30 23:58:38 +1000
commit1e0e23c1e48ebc388f7a16a08a3f12e01db15bfa (patch)
tree181cc109cec82407e8608d5cc7a77d3141fd99ca /changes/ticket31859
parent4e4297830ec04da32dda1b9424847f4710cc202e (diff)
downloadtor-1e0e23c1e48ebc388f7a16a08a3f12e01db15bfa.tar.gz
tor-1e0e23c1e48ebc388f7a16a08a3f12e01db15bfa.zip
Travis: Add a macOS chutney job, but don't wait for it to finish
Since Travis macOS has IPv6 support (and Travis Linux does not), chutney will now run its IPv6 networks as part of Travis CI. But since chutney is slow, don't wait for the macOS chutney to finish. (Travis have fixed the duplicate notification bug in fast_finish. So we can use fast_finish and allow_failure to finish early. Unfortunately, allow_failure also means we ignore failures in macOS chutney.) Also make sure that we have: * a compile on each platform, with each compiler, * a check on each platform, and * a check on each compiler. Finally, sort builds: allow fail last, macOS first, slowest first. Closes ticket 30860. Closes ticket 31859 for 0.2.9.
Diffstat (limited to 'changes/ticket31859')
-rw-r--r--changes/ticket318592
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/ticket31859 b/changes/ticket31859
index 0eb8a42e9a..dbc591e00b 100644
--- a/changes/ticket31859
+++ b/changes/ticket31859
@@ -1,3 +1,3 @@
o Testing:
- - Remove some redundant Travis CI jobs, to speed up CI.
+ - Simplify the Travis CI build matrix, and optimise for build time.
Closes ticket 31859.