[tor-commits] [chutney/master] Travis: Set pipefail

teor at torproject.org teor at torproject.org
Fri Dec 20 00:02:05 UTC 2019


commit dc19f219eba7bf15a9a04a4e6a038482c829b139
Author: teor <teor at torproject.org>
Date:   Mon Dec 2 11:56:41 2019 +1000

    Travis: Set pipefail
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 07ed4ff..88039a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -204,6 +204,10 @@ addons:
     # some point to speed up builds.
     update: true
 
+before_install:
+  ## Set pipefail: we may use pipes in future
+  - set -o pipefail || echo "pipefail failed"
+
 install:
   ## Chutney has no dependencies, apart from tor
   ## List installed package versions





More information about the tor-commits mailing list