Merge branch 'master' into install-parity

This commit is contained in:
KKudryavtsev 2016-02-04 22:20:30 +00:00
commit 6142c6aae5

View File

@ -641,6 +641,8 @@ function run_installer()
info "Downloading Parity..."
git clone git@github.com:ethcore/parity
cd parity
git submodule init
git submodule update
info "Building & testing Parity..."
cargo test --release -p ethcore-util