From: Nick Mathewson Date: Mon, 10 Jun 2019 22:44:20 +0000 (-0400) Subject: Merge remote-tracking branch 'tor-github/pr/1094' into maint-0.4.0 X-Git-Tag: tor-0.4.1.3-alpha~11^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8447f95ec202bff9d99941dcdf0dca91e0edc3f;p=thirdparty%2Ftor.git Merge remote-tracking branch 'tor-github/pr/1094' into maint-0.4.0 --- c8447f95ec202bff9d99941dcdf0dca91e0edc3f diff --cc .travis.yml index 30e6d9a6b5,a1a48baffe..7d8877c2ac --- a/.travis.yml +++ b/.travis.yml @@@ -70,7 -70,17 +70,11 @@@ 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: - ## Clang doesn't work in containerized builds, see below. - - compiler: clang - sudo: false - ## Non-containerized gcc are slow and redundant. - - compiler: gcc - sudo: required ## gcc on OSX is less useful, because the default compiler is clang. - compiler: gcc os: osx