Use master branch of tendermint to test ibc demo

This commit is contained in:
Ethan Frey 2017-05-30 18:33:12 +02:00
parent cff37c17f7
commit 525a6cb6cc

View File

@ -4,7 +4,7 @@ set -e
cd $GOPATH/src/github.com/tendermint/basecoin/demo
LOG_DIR="."
TM_VERSION="develop"
TM_VERSION="master"
#TM_VERSION="v0.10.0"
if [[ "$CIRCLECI" == "true" ]]; then