tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit c8447f95ec202bff9d99941dcdf0dca91e0edc3f
parent 430dd2da6e97c7186b03caabbbac95d74c3d8b82
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 10 Jun 2019 18:44:20 -0400

Merge remote-tracking branch 'tor-github/pr/1094' into maint-0.4.0

Diffstat:
M.travis.yml | 4++++
Achanges/bug30744 | 3+++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -70,6 +70,10 @@ matrix: ## Careful! We use global envs, which makes it hard to exclude or ## allow failures by env: ## https://docs.travis-ci.com/user/customizing-the-build#matching-jobs-with-allow_failures + allow_failures: + ## test-stem sometimes hangs on Travis + - env: TEST_STEM="yes" + exclude: ## gcc on OSX is less useful, because the default compiler is clang. - compiler: gcc diff --git a/changes/bug30744 b/changes/bug30744 @@ -0,0 +1,3 @@ + o Minor bugfixes (continuous integration): + - Allow the test-stem job to fail in Travis, because it sometimes hangs. + Fixes bug 30744; bugfix on 0.3.5.4-alpha.