From fdb424c46bcb133545caa072eb7050c872ca2fdf Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Wed, 3 Oct 2018 16:47:08 -0400 Subject: [PATCH] use develop branches --- integration_tests/bin/blockstack-testbox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_tests/bin/blockstack-testbox b/integration_tests/bin/blockstack-testbox index b3e71b8b2..f9974b028 100755 --- a/integration_tests/bin/blockstack-testbox +++ b/integration_tests/bin/blockstack-testbox @@ -69,7 +69,7 @@ DEFAULT_DEPS = [ { 'name': 'blockstack-core', 'git': 'https://github.com/blockstack/blockstack-core', - 'branch': 'feature/async-subdomains', + 'branch': 'develop', 'type': 'python', 'subpackages': ['integration_tests'], }, @@ -104,7 +104,7 @@ DEFAULT_DEPS = [ { 'name': 'blockstack-transaction-broadcaster', 'git': 'https://github.com/blockstack/transaction-broadcaster', - 'branch': 'master', + 'branch': 'develop', 'type': 'node.js', 'npm_link_packages': ['blockstack'], 'npm_build_commands': ['build'],