Merge #131: travis: fix bitcoind update

ff8e257 travis: fix bitcoind update (Andrew Chow)

Pull request description:

  Currently travis is not working correctly because it isn't updating bitcoind when upstream changes. This fixes that.

Tree-SHA512: 9354324402d8dcfefbd65ceb79ed9811bc773ddbf266a9072528095c07e8f2b09136b7e607dac779d84996a0a3168907aa31fc45efaf7c2a580987d333f23766
This commit is contained in:
Andrew Chow 2019-02-18 17:18:05 -05:00
commit c5524d60cc
No known key found for this signature in database
GPG Key ID: 17565732E08E5E41

View File

@ -164,8 +164,8 @@ else
if [ $LOCAL = $REMOTE ]; then
echo "Up-to-date"
else
git reset --hard origin/hww
elif [ $LOCAL = $BASE ]; then
git pull
bitcoind_setup_needed=true
fi
fi