diff options
-rwxr-xr-x | scripts/install_deps.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 81cde14c..1d37d411 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 - ;; #------------------------------------------------------------------------------ |