Skip to content

Commit 31bc9f5

Browse files
committed
Merge #8: Remove unused Homebrew workaround
fa04209 Remove HomeBrew workaround (MarcoFalke) Pull request description: This reverts 9f0b997 For context: bitcoin-core/univalue-subtree#4 (comment) The workaround was causing issues. Rather than working around those as well, just revert it altogether. Tree-SHA512: 1692c71fd2e1e79d9585689484eadb0fea6f75bd71c5cbbf50012fcca733ee5107ebcf6857b0065baa5f0ad73e41d0b488a1e7327196d9ea196d9e9f7c66badb
2 parents a523e08 + fa04209 commit 31bc9f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ addons:
2525
- pkg-config
2626

2727
before_script:
28-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew uninstall libtool; brew install libtool; fi
2928
- if [ -n "$USE_SHELL" ]; then export CONFIG_SHELL="$USE_SHELL"; fi
3029
- test -n "$USE_SHELL" && eval '"$USE_SHELL" -c "./autogen.sh"' || ./autogen.sh
3130

0 commit comments

Comments
 (0)