From cc1d5e47f919989cdc0635a9816b62bc3b78e538 Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 17 Feb 2017 16:08:03 +0100 Subject: [PATCH] Do not install eth from PPA for CI. --- scripts/install_deps.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 81cde14cc..1d37d4114 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -312,14 +312,6 @@ case $(uname -s) in cmake \ git \ libboost-all-dev - if [ "$CI" = true ]; then - # Install 'eth', for use in the Solidity Tests-over-IPC. - sudo add-apt-repository -y ppa:ethereum/ethereum - sudo add-apt-repository -y ppa:ethereum/ethereum-dev - sudo apt-get -y update - sudo apt-get -y install eth - fi - ;; #------------------------------------------------------------------------------