aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-12-19 16:49:01 -0500
committerMarcoFalke <falke.marco@gmail.com>2017-12-19 16:44:57 -0500
commitfad349c507a3179fa117ddf3ad6e651609c366cc (patch)
treeb9e9fd9cdb414ecf1563fec7ceb829cd988c1413 /src/univalue/.travis.yml
parent2971fd030f6e20ff5279bd86ba18acc5e5ed1ce9 (diff)
parent88411e98e50c92f8990733eee0bc353ac8f21a35 (diff)
downloadbitcoin-fad349c507a3179fa117ddf3ad6e651609c366cc.tar.xz
univalue: Bump subtree
Diffstat (limited to 'src/univalue/.travis.yml')
-rw-r--r--src/univalue/.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/univalue/.travis.yml b/src/univalue/.travis.yml
index 132743d349..43a1ed362e 100644
--- a/src/univalue/.travis.yml
+++ b/src/univalue/.travis.yml
@@ -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