diff options
author | teor <teor@torproject.org> | 2020-02-13 13:13:40 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-02-13 13:37:39 +1000 |
commit | 82bacca4e0c47baa34a6cbb49ed9d1c96999e749 (patch) | |
tree | 424e96eef65441fc6df4cd7dd64ad8d8299b52aa /changes/ticket33195 | |
parent | c847b9f1a6fc09d19ab28b62f5b1389469d6fa0d (diff) | |
download | tor-82bacca4e0c47baa34a6cbb49ed9d1c96999e749.tar.gz tor-82bacca4e0c47baa34a6cbb49ed9d1c96999e749.zip |
Travis: Require the macOS IPv6 chutney job
The job was previously set to fast_finish / allow_failure, to
speed up the build.
Closes ticket 33195.
Diffstat (limited to 'changes/ticket33195')
-rw-r--r-- | changes/ticket33195 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket33195 b/changes/ticket33195 new file mode 100644 index 0000000000..11abd4816e --- /dev/null +++ b/changes/ticket33195 @@ -0,0 +1,4 @@ + o Testing: + - Stop allowing the Chutney IPv6 Travis job to fail. This job was + previously configured to fast_finish (which requires allow_failure), to + speed up the build. Closes ticket 33195. |