diff options
author | teor <teor@torproject.org> | 2019-06-10 20:50:53 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-06-10 20:50:53 +1000 |
commit | 430dd2da6e97c7186b03caabbbac95d74c3d8b82 (patch) | |
tree | 1b1dc94b59ca3291f301401e67167f07eef745a3 /.travis.yml | |
parent | 6a6f7eb6718f22da80596a35e7774b075a417e97 (diff) | |
parent | be0a4be276c945e4e90b43ce8f784b5b75bef122 (diff) | |
download | tor-430dd2da6e97c7186b03caabbbac95d74c3d8b82.tar.gz tor-430dd2da6e97c7186b03caabbbac95d74c3d8b82.zip |
Merge branch 'bug30713_035' into bug30713_040
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f78333611f..30e6d9a6b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -189,6 +189,8 @@ install: - if [[ "$TEST_STEM" != "" ]]; then pushd stem; python -c "from stem import stem; print(stem.__version__);"; git log -1; popd; fi script: + # Skip test_rebind on macOS + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export TOR_SKIP_TEST_REBIND=true; fi - ./autogen.sh - CONFIGURE_FLAGS="$ASCIIDOC_OPTIONS $COVERAGE_OPTIONS $HARDENING_OPTIONS $MODULES_OPTIONS $NSS_OPTIONS $OPENSSL_OPTIONS $RUST_OPTIONS --enable-fatal-warnings --disable-silent-rules" - echo "Configure flags are $CONFIGURE_FLAGS" |