Skip to content

Commit

Permalink
Merge pull request dogecoin#45 from MarcoFalke/Mf1710-univalue-revert…
Browse files Browse the repository at this point in the history
…-test

Remove unused Homebrew workaround
  • Loading branch information
jgarzik authored Nov 12, 2017
2 parents 8a2d6f1 + fa04209 commit 420c226
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ addons:
- pkg-config

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

Expand Down

0 comments on commit 420c226

Please sign in to comment.