[chutney/master] Travis: Set pipefail

20 Dec
2019
20 Dec
'19
12:02 a.m.
commit dc19f219eba7bf15a9a04a4e6a038482c829b139 Author: teor <teor@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
2010
Age (days ago)
2010
Last active (days ago)
0 comments
1 participants
participants (1)
-
teor@torproject.org